Access Log Item
data class AccessLogItem(timestamp: ULong, accessStatus: AccessStatus, cardID: String, keySetID: String, macAddress: String)
Content copied to clipboard
Used to show the logs of when a user tried to transfer credentials included with other details like the transfer credentials status.
Constructors
AccessLogItem
Link copied to clipboard
fun AccessLogItem(timestamp: ULong, accessStatus: AccessStatus, cardID: String, keySetID: String, macAddress: String)
Content copied to clipboard