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().

KOTLIN
@DrawableRes
@Throws(SdkUninitializedException::class)
@JvmStatic
fun getCardNetworkImage(
    cardNetwork: CardNetwork.Type,
): Int

Parameters

Returns

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

Throws