Wallet SDK
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Wallet SDK
sdk-core
/
com.wallet.model
/
VerificationState
Verification
State
sealed
interface
VerificationState
States emitted by a
com.wallet.clients.VerificationSession
.
Inheritors
AwaitingEngagement
Connecting
Verifying
Done
Failed
Members
Types
Awaiting
Engagement
Link copied to clipboard
data
object
AwaitingEngagement
:
VerificationState
Connecting
Link copied to clipboard
data
object
Connecting
:
VerificationState
Done
Link copied to clipboard
data
class
Done
(
val
result
:
AcceptanceResult
)
:
VerificationState
Failed
Link copied to clipboard
data
class
Failed
(
val
error
:
SdkError
)
:
VerificationState
Verifying
Link copied to clipboard
data
object
Verifying
:
VerificationState