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 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