Wallet SDK
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Wallet SDK
sdk-core
/
com.wallet.model
/
PresentmentState
/
Consent
Consent
data
class
Consent
(
val
readerName
:
String
?
,
val
requested
:
Set
<
String
>
)
:
PresentmentState
The reader connected and requested these attributes; awaiting approve.
Members
Constructors
Consent
Link copied to clipboard
constructor
(
readerName
:
String
?
,
requested
:
Set
<
String
>
)
Properties
reader
Name
Link copied to clipboard
val
readerName
:
String
?
requested
Link copied to clipboard
val
requested
:
Set
<
String
>