SWIFT
getCardNetworkImage
This method returns a card network image associated with a particular card network.
The SDK must be initialized before this method is called or an error will be thrown.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
getCardNetworkAsset(for:).static func getCardNetworkImage(for cardNetwork: CardNetwork) throws -> UIImage?
Hide Parameters
Hide Returns
nil if no image is
available for the provided network, e.g. nil is returned for .unknown.Hide Throws