BeaconIdentifier

data class BeaconIdentifier(val uuid: UUID, val major: Int, val minor: Int)

Constructors

Link copied to clipboard
constructor(uuid: UUID, major: Int, minor: Int)

Properties

Link copied to clipboard
val major: Int
Link copied to clipboard
val minor: Int
Link copied to clipboard
val uuid: UUID