Scan Status Info
data class ScanStatusInfo( val state: ScanState, val scanDateTimestamp: Long?, val humanReadableMessage: String?)
Content copied to clipboard
Constructors
Link copied to clipboard
fun ScanStatusInfo( state: ScanState, scanDateTimestamp: Long?, humanReadableMessage: String?)
Content copied to clipboard