Wallet SDK
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Wallet SDK
sdk-core
/
com.wallet.model
/
ClaimView
Claim
View
data
class
ClaimView
(
val
elementId
:
String
,
val
label
:
String
,
val
value
:
String
)
One displayable claim: the ISO data-element id, its label, and a rendered value.
Members
Constructors
Claim
View
Link copied to clipboard
constructor
(
elementId
:
String
,
label
:
String
,
value
:
String
)
Properties
element
Id
Link copied to clipboard
val
elementId
:
String
label
Link copied to clipboard
val
label
:
String
value
Link copied to clipboard
val
value
:
String