MicroblinkPlatformCancelState

data class MicroblinkPlatformCancelState(val transactionId: String?, val cancelReason: MicroblinkPlatformCancelState.CancelReason)

State representing the cancellation of the verification process.

Constructors

Link copied to clipboard
constructor(transactionId: String?, cancelReason: MicroblinkPlatformCancelState.CancelReason)

Properties

Link copied to clipboard
Link copied to clipboard

The ID of the transaction that was canceled, or null if not applicable.