All Classes and Interfaces
Class
Description
Class describing client specific configuration
Deprecated.
Issuer app callback is called immediately whenever the following events occur:
- The active wallet changes (by changing the active account)
- The selected card of the active wallet changes
- Tokenized cards are added or removed from the active wallet
- The status of a token in the active wallet changes
- Registering for these broadcasts allows an issuer app to re-query information about their digitized cards whenever the user makes a change.
Should be passed to
MeaPushProvisioning.GooglePay.isTokenized(String, String, MppPaymentNetwork, GooglePayIsTokenizedListener)
to listen for the result callback.Should be passed to
MeaPushProvisioning.GooglePay.requestTokenDeleteDialog(Activity, GooglePayTokenInfo, GooglePayTokenDeleteListener)
to listen for the result callback.Data class describing card token added to the Google Pay Wallet.
Should be passed to
MeaPushProvisioning.GooglePay.getTokenInfo(Intent, GooglePayTokenInfoListener)
to listen for the result callback.Should be passed to
MeaPushProvisioning.GooglePay.tokenize(GooglePayTokenInfo, String, Activity, GooglePayTokenizeListener)
to listen for the result callback.Should be passed to
MeaPushProvisioning.GooglePay.checkWalletForCardToken(MppCardDataParameters, GooglePayTokenListener)
and
MeaPushProvisioning.GooglePay.checkWalletForToken(MppPaymentNetwork, String, GooglePayTokenListener)
to listen for the result callback.Should be passed to
MeaPushProvisioning.GooglePay.requestTokenSelectDialog(Activity, GooglePayTokenInfo, GooglePayTokenSelectListener)
to listen for the result callback.Google Pay token state.
Data class describing card token added to the Issuer Pay Wallet.
Issuer Pay token state.
Provides API for interaction with the MeaPushProvisioning library using static methods.
MeaPushProvisioning library configuration information.
Methods which can be used to simplify Google Pay Push Provisioning flow.
Decline activation type.
Methods which can be used to simplify Issuer Pay Push Provisioning flow.
Methods which can be used to simplify Samsung Pay Push Provisioning flow.
Decline activation type.
Should be passed to
MeaPushProvisioning.GooglePay.activate(TokenInfo, Activity, MppActivateListener)
,
MeaPushProvisioning.SamsungPay.activate(Card, Activity, MppActivateListener)
to listen for the result callback.Should be passed to
MeaPushProvisioning.GooglePay.getActivationCode(MppCardDataParameters, Context, MppActivationCodeListener)
,
MeaPushProvisioning.GooglePay.getActivationCode(MppCardDataParameters, String, String, Context, MppActivationCodeListener)
,
MeaPushProvisioning.SamsungPay.getActivationCode(MppCardDataParameters, String, String, Context, MppActivationCodeListener)
to listen for the result callback.Available push methods.
Billing address info used for Google Pay Push Provisioning.
Card data parameters.
Get Tokenization Receipt parameter type.
Interface for a common error constants.
Error codes.
General exception thrown by
MeaPushProvisioning
library in case of errors/failures.Interface describing the various getAsset remote request events.
Interface describing the various getOemTokenizationData remote request events.
Interface describing the various getTokenizationReceipt remote request events.
Interface describing the various getTokenRequestors remote request events.
Interface describing the various getTokens remote request events.
Interface describing common success and failure events.
Media content of static Assets from a repository, such as - card art, card brand logos, issuers logos, terms and conditions.
Asset media content MIME type.
Card payment network.
Interface describing the various pushCard() method events.
Interface describing the various pushCard() method events.
Push method types.
Token requestor that is eligible for the account ranges in the request.
The type of the token requestor.
Should be passed to
MeaPushProvisioning.SamsungPay.getCard(Intent, SamsungPayCardListener)
to listen for the result callback.Should be passed to
MeaPushProvisioning.SamsungPay.getRegisteredTokens(SamsungPayRegisteredTokensListener)
to listen for the result callback.Samsung Pay status
Should be passed to
MeaPushProvisioning.SamsungPay.getStatus(SamsungPayStatusListener)
to listen for the events.Data class describing card token added to the Samsung Pay Wallet.
Should be passed to
MeaPushProvisioning.SamsungPay.checkWalletForCardSuffix(String, SamsungPayTokenInfoListListener)
to listen for the result callback.Should be passed to
MeaPushProvisioning.SamsungPay.checkWalletForToken(String, SamsungPayTokenListener)
to listen for the result callback.Samsung Pay token state.
Samsung Pay Wallet info.
Should be passed to
MeaPushProvisioning.SamsungPay.getWalletInfo(SamsungPayWalletInfoListener)
to listen for the result callback.
MppActivationCodeListener
interface.