Companion

object Companion

Entry point to ProcessOut Android SDK. Provides configuration and access to services. Use function ProcessOut.configure to initialize the SDK. Access services with ProcessOut.instance and ProcessOut.legacyInstance.

Properties

Link copied to clipboard
lateinit var instance: ProcessOut

Singleton instance of ProcessOut.

Link copied to clipboard

Returns true if ProcessOut has been configured.

Link copied to clipboard

Singleton instance of legacy ProcessOut. Note: it will be removed in a future major release.

Link copied to clipboard
const val NAME: String

SDK name.

Link copied to clipboard
const val VERSION: String

SDK version.

Functions

Link copied to clipboard
fun configure(configuration: ProcessOutConfiguration, force: Boolean = false)

Configures singleton instances accessible by ProcessOut.instance and ProcessOut.legacyInstance.