Functions

Link copied to clipboard
abstract fun initialize(coroutineScope: CoroutineScope)

Do not keep a local references of this scope if you don't need to.

Link copied to clipboard
abstract fun onCleared()
Link copied to clipboard
abstract fun onPaymentComponentEvent(event: PaymentComponentEvent<T>, componentCallback: BaseComponentCallback)