This method is deprecated. Use getPaymentMethodResource instead.
Call this method to retrieve assets for a given paymentMethodType.
KOTLIN
@Deprecated(
  message = "This method is deprecated.",
  replaceWith = ReplaceWith("getPaymentMethodResource(context, paymentMethodType)")
)
@Throws(SdkUninitializedException::class)
@JvmStatic
fun getPaymentMethodAsset(
  context: Context,
  paymentMethodType: String
): PrimerPaymentMethodAsset

Parameters

Returns

Throws