matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.contentscanner
/
ScanStatusInfo
Scan
Status
Info
data
class
ScanStatusInfo
(
val
state
:
ScanState
,
val
scanDateTimestamp
:
Long
?
,
val
humanReadableMessage
:
String
?
)
Members
Constructors
Scan
Status
Info
Link copied to clipboard
constructor
(
state
:
ScanState
,
scanDateTimestamp
:
Long
?
,
humanReadableMessage
:
String
?
)
Properties
human
Readable
Message
Link copied to clipboard
val
humanReadableMessage
:
String
?
scan
Date
Timestamp
Link copied to clipboard
val
scanDateTimestamp
:
Long
?
state
Link copied to clipboard
val
state
:
ScanState