API reference

DeviceIdentifier Class

Modifiers: final
A unique identifier for a Meta Wearables device. This identifier is used to distinguish between different devices and track their state throughout the session.

Signature

data class DeviceIdentifier(val identifier: String)

Constructors

DeviceIdentifier ( identifier )
Signature
constructor(identifier: String)
Parameters
identifier: String  The string representation of the device identifier

Properties

identifier : String
[Get]
The string representation of the device identifier
Signature
val identifier: String

Methods

toString ()
Signature
open override fun toString(): String
Returns
String