KOTLIN
getCardNetworkAsset
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.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
@Throws(SdkUninitializedException::class)
@JvmStatic
fun getCardNetworkAsset(
context: Context,
cardNetwork: CardNetwork.Type
): PrimerCardNetworkAsset
Hide Returns