UID

data class UID(val namespace: String, val instance: String)

The Eddystone-UID https://github.com/google/eddystone/tree/master/eddystone-uid

Constructors

Link copied to clipboard
constructor(namespace: String, instance: String)

Properties

Link copied to clipboard

the instance component of the UID, identifying individual devices in a group

Link copied to clipboard

the namespace component of the UID. The namespace portion of the ID may be used to group a particular set of beacons

Functions

Link copied to clipboard