This method returns a card asset for the specified card network.
The SDK must be initialized before this method is called or an error will be thrown.
123456
@Throws(SdkUninitializedException::class)@JvmStaticfun getCardNetworkAsset( context: Context, cardNetwork: CardNetwork.Type): PrimerCardNetworkAsset
kotlin
copy
Parameters
cardNetwork
CardNetwork.TypeRequiredcases
Returns
cardNetwork
CardNetwork.TypedisplayName
StringcardImage
Drawable?Throws
An exception that will be thrown in case the SDK was not initialized properly. Before calling any of the manager's method, the SDK must be initialized using start method.