matrix-sdk-android
1.6.10
matrix-sdk-android
/
org.matrix.android.sdk.api.session.crypto.model
/
AuditTrail
Audit
Trail
data
class
AuditTrail
(
val
ageLocalTs
:
Long
,
val
type
:
TrailType
,
val
info
:
AuditInfo
)
Content copied to clipboard
Constructors
Properties
Constructors
Audit
Trail
Link copied to clipboard
fun
AuditTrail
(
ageLocalTs
:
Long
,
type
:
TrailType
,
info
:
AuditInfo
)
Content copied to clipboard
Properties
age
Local
Ts
Link copied to clipboard
val
ageLocalTs
:
Long
Content copied to clipboard
info
Link copied to clipboard
val
info
:
AuditInfo
Content copied to clipboard
type
Link copied to clipboard
val
type
:
TrailType
Content copied to clipboard