VoucherComponent

An ActionComponent that is able to handle the 'voucher' action.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val delegate: VoucherDelegate
Link copied to clipboard
open override val viewFlow: Flow<ComponentViewType?>

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
open override fun canHandleAction(action: Action): Boolean
Link copied to clipboard
Link copied to clipboard
open override fun handleAction(action: Action, activity: Activity)