Package-level declarations

Types

Link copied to clipboard
abstract class ManagerCore

An abstract class providing core functionalities for manager classes. This class handles token management, synchronicity control, and HMAC token generation for API requests.

Link copied to clipboard

Main entry point for the Mobile Payments SDK.

Link copied to clipboard
interface Response<T>

External-facing interface for all http queries. Each instance of this interface is the observer for the result of a single query.