Package-level declarations
Types
Mode to control when DCC is presented for saved card payments (alias/tokenized payments).
Callback invoked by the SDK when the custom initial loader must be dismissed. IMPORTANT: The SDK does not invoke the callback when nothing has to be shown throughout the process. Make sure you dismiss the loading animation at the end of the transaction if the SDK hasn’t done so already.
Use this class to start a transaction with a mobileToken
that has previously been initialized with a server-to-server init call.
Implement TransactionListener to be notified when a transaction ends. TransactionListener will notify you about the success, error or cancel state of the processed transaction.
This class can be used to specify miscellaneous options related to the transaction.
This object is the main class to start any operation with the SDK.
This class includes the success message and other details of a transaction. You will also obtain a transactionId that you can use for operations after the transaction (for example settlement, cancel or refund requests).