toggle menu
mDocs Holder SDK
androidJvm
switch theme
search in API
mDocs Holder SDK
/
global.mattr.mobilecredential.common.dto
/
StatusInfo
Status
Info
@
Serializable
data
class
StatusInfo
(
var
status
:
CredentialStatus
,
val
nextUpdate
:
Instant
?
=
null
,
val
error
:
MobileCredentialStatusCheckFailureType
?
=
null
)
Members
Constructors
Status
Info
Link copied to clipboard
constructor
(
status
:
CredentialStatus
,
nextUpdate
:
Instant
?
=
null
,
error
:
MobileCredentialStatusCheckFailureType
?
=
null
)
Properties
error
Link copied to clipboard
@
EncodeDefault
val
error
:
MobileCredentialStatusCheckFailureType
?
=
null
next
Update
Link copied to clipboard
@
EncodeDefault
val
nextUpdate
:
Instant
?
=
null
status
Link copied to clipboard
var
status
:
CredentialStatus