ARObjectIdentifier

sealed class ARObjectIdentifier

Represents the types of identifiers supported by the backend for addressing AR objects.

Inheritors

Types

Link copied to clipboard
data class ObjectId(val value: UUID) : ARObjectIdentifier

Identifies an object using its backend UUID.

Link copied to clipboard
data class Tinuuid(val value: String) : ARObjectIdentifier

Identifies an object using a string-based TINUUID.