Attractions.io MapLayr
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Attractions.io MapLayr
positioning-bluetooth
/
io.attractions.positioning.bluetooth
/
BeaconId
Beacon
Id
data
class
BeaconId
(
val
uuid
:
UUID
,
val
major
:
Int
,
val
minor
:
Int
)
Members
Constructors
Beacon
Id
Link copied to clipboard
constructor
(
uuidString
:
String
,
major
:
Int
,
minor
:
Int
)
constructor
(
uuid
:
UUID
,
major
:
Int
,
minor
:
Int
)
Properties
major
Link copied to clipboard
val
major
:
Int
minor
Link copied to clipboard
val
minor
:
Int
uuid
Link copied to clipboard
val
uuid
:
UUID