Package-level declarations
Types
Link copied to clipboard
class ElepayConfiguration(val apiKey: String, val remoteHostBaseUrl: String = "", val googlePayEnvironment: GooglePayEnvironment? = null, val googlePayExistingPaymentRequired: Boolean = true, val languageKey: LanguageKey = LanguageKey.System, val theme: ElepayTheme = ElepayTheme.System)
The base configuration of elepay SDK.
Link copied to clipboard
Defines the errors that the client may receive.
Link copied to clipboard
The result of payment request.
Link copied to clipboard
Result handler type for the payment processing.
Link copied to clipboard
Functional interface for notifying Elepay result.
Link copied to clipboard
The theme of the user interface elements in elepay SDK
Link copied to clipboard
Link copied to clipboard
Functional interface for notifying result.