PaymentCredentialsStore
Class for managing and storing payment credentials.
Types
Link copied to clipboard
interface OnPaymentCredentialsAddedListener
Interface for getting notified when payment credentials are added
Functions
Link copied to clipboard
Add and persist payment credentials
Link copied to clipboard
Adds a callback to the payment credentials store
Link copied to clipboard
open fun addOnPaymentCredentialsAddedListener(onPaymentCredentialsAddedListener: PaymentCredentialsStore.OnPaymentCredentialsAddedListener)
Link copied to clipboard
Validate and get list of all payment credentials stored by the user.
Link copied to clipboard
Link copied to clipboard
Get the number of payment credentials of a given project
Link copied to clipboard
Get the number of payment credentials that are usable
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Remove and persist payment credentials
Link copied to clipboard
Removes a callback to the payment credentials store
Link copied to clipboard
Remove all credentials that are not valid anymore (e.g.
Link copied to clipboard
open fun removeOnPaymentCredentialsAddedListener(onPaymentCredentialsAddedListener: PaymentCredentialsStore.OnPaymentCredentialsAddedListener)