Types

Link copied to clipboard
Link copied to clipboard
data class Consent(val readerName: String?, val requested: Set<String>) : PresentmentState

The reader connected and requested these attributes; awaiting approve.

Link copied to clipboard
data class Engaging(val transport: Transport, val qrPayload: String?) : PresentmentState

Show this engagement payload to the reader. transport indicates QR vs NFC.

Link copied to clipboard
data class Failed(val error: SdkError) : PresentmentState
Link copied to clipboard
Link copied to clipboard