ScanStatusInfo

data class ScanStatusInfo(    val state: ScanState,     val scanDateTimestamp: Long?,     val humanReadableMessage: String?)

Constructors

Link copied to clipboard
fun ScanStatusInfo(    state: ScanState,     scanDateTimestamp: Long?,     humanReadableMessage: String?)

Properties

Link copied to clipboard
val humanReadableMessage: String?
Link copied to clipboard
val scanDateTimestamp: Long?
Link copied to clipboard
val state: ScanState