Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val exceptionFlow: Flow<CheckoutException>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val viewFlow: Flow<ComponentViewType?>

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun initialize(coroutineScope: CoroutineScope)
Link copied to clipboard
Link copied to clipboard
abstract fun isPinRequired(): Boolean
Link copied to clipboard
abstract fun observe(lifecycleOwner: LifecycleOwner, coroutineScope: CoroutineScope, callback: (PaymentComponentEvent<GiftCardComponentState>) -> Unit)
Link copied to clipboard
abstract fun onCleared()
Link copied to clipboard
abstract fun onSubmit()
Link copied to clipboard
abstract fun removeObserver()
Link copied to clipboard
abstract fun resolveBalanceResult(balanceResult: BalanceResult)
Link copied to clipboard
abstract fun resolveOrderResponse(orderResponse: OrderResponse)
Link copied to clipboard
abstract fun setInteractionBlocked(isInteractionBlocked: Boolean)
Link copied to clipboard
Link copied to clipboard
abstract fun updateInputData(update: GiftCardInputData.() -> Unit)