Package-level declarations

Types

Link copied to clipboard
object Elepay

Elepay SDK API

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
sealed class ElepayError

Defines the errors that the client may receive.

Link copied to clipboard
sealed class ElepayResult

The result of payment request.

Link copied to clipboard

Result handler type for the payment processing.

Link copied to clipboard
fun interface ElepayResultListener

Functional interface for notifying Elepay result.

Link copied to clipboard

The theme of the user interface elements in elepay SDK

Link copied to clipboard

Functional interface for notifying result.