This method is deprecated. Use getPaymentMethodResources instead.

Call this method to retrieve assets for all the payment methods available on the current client session.

KOTLIN
@Deprecated(
  message = "This method is deprecated.",
  replaceWith = ReplaceWith("getPaymentMethodResources(context)")
)
@Throws(SdkUninitializedException::class)
@JvmStatic
fun getPaymentMethodAssets(context: Context): List<PrimerPaymentMethodAsset>

Parameters

Returns

Throws