Package-level declarations

Types

Link copied to clipboard

Mode to control when DCC is presented for saved card payments (alias/tokenized payments).

Link copied to clipboard
interface InitialLoader

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.

Link copied to clipboard
class Transaction(mobileToken: String)

Use this class to start a transaction with a mobileToken that has previously been initialized with a server-to-server init call.

Link copied to clipboard

Implement TransactionListener to be notified when a transaction ends. TransactionListener will notify you about the success, error or cancel state of the processed transaction.

Link copied to clipboard

This class can be used to specify miscellaneous options related to the transaction.

Link copied to clipboard

This object is the main class to start any operation with the SDK.

Link copied to clipboard

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).