Call this method to retrieve assets for a given paymentMethodType
.
123456
@Throws(SdkUninitializedException::class)@JvmStaticfun getPaymentMethodAsset( context: Context, paymentMethodType: String): PrimerPaymentMethodAsset
kotlin
copy
Parameters
paymentMethodType
StringRequiredA unique string identifier for the payment method. Supported payment methods for current client session are returned in onAvailablePaymentMethodsLoaded callback.
Returns
paymentMethodType
StringRequiredA unique string identifier for the payment method. Supported payment methods for current client session are returned in onAvailablePaymentMethodsLoaded callback.
paymentMethodName
StringRequiredpaymentMethodLogo
PrimerPaymentMethodLogoRequiredpaymentMethodBackgroundColor
PrimerPaymentMethodBackgroundColorRequiredThrows
An exception that will be thrown in case the SDK was not initialized properly. Before calling any of the manager's method, the SDK must be initialized using start method.