walletsdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
walletsdk
walletsdk
/
com.dewa.walletsdk.secureqr.altid
/
AltIdQrVerifier
/
Result
/
Invalid
Invalid
data
class
Invalid
(
val
step
:
String
,
val
reason
:
String
,
val
cause
:
Throwable
?
=
null
)
:
AltIdQrVerifier.Result
Verification failed at
step
.
Members
Constructors
Invalid
Link copied to clipboard
constructor
(
step
:
String
,
reason
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
val
cause
:
Throwable
?
reason
Link copied to clipboard
val
reason
:
String
step
Link copied to clipboard
val
step
:
String