PaymentComponentDelegate

Properties

Link copied to clipboard
Link copied to clipboard
abstract val submitFlow: Flow<ComponentStateT>

Functions

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

Use this method if your delegate needs to use a CoroutineScope.

Link copied to clipboard
abstract fun observe(lifecycleOwner: LifecycleOwner, coroutineScope: CoroutineScope, callback: (PaymentComponentEvent<ComponentStateT>) -> Unit)
Link copied to clipboard
abstract fun onCleared()
Link copied to clipboard
abstract fun removeObserver()