-
-
Field Summary
Fields Modifier and Type Field Description public final static PrimerHeadlessUniversalCheckoutAssetsManager.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final List<PrimerPaymentMethodAsset>getPaymentMethodAssets(Context context)Returns all PrimerPaymentMethodAsset tied to current client session. final PrimerPaymentMethodAssetgetPaymentMethodAsset(Context context, String paymentMethodType)Returns PrimerPaymentMethodAsset for a given paymentMethodType. final IntegergetCardNetworkImage(CardNetwork.Type cardNetwork)-
-
Method Detail
-
getPaymentMethodAssets
final List<PrimerPaymentMethodAsset> getPaymentMethodAssets(Context context)
Returns all PrimerPaymentMethodAsset tied to current client session.
-
getPaymentMethodAsset
final PrimerPaymentMethodAsset getPaymentMethodAsset(Context context, String paymentMethodType)
Returns PrimerPaymentMethodAsset for a given paymentMethodType.
-
getCardNetworkImage
@DrawableRes() final Integer getCardNetworkImage(CardNetwork.Type cardNetwork)
-
-
-
-