Skip to main content

Documentation Index

Fetch the complete documentation index at: https://primer.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

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