This method allows you to obtain the image associated with a particular card network by passing in the card network type as an argument.

⚠️

This method is deprecated. Please use getCardNetworkAsset().

123456
@DrawableRes@Throws(SdkUninitializedException::class)@JvmStaticfun getCardNetworkImage(    cardNetwork: CardNetwork.Type,): Int
kotlin
copy

Parameters

Returns

A @DrawableRes Int that can be used to get actual resource.

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.