API reference
API reference
Select your platform
No SDKs available
No versions available

Tracker Enum

Defines the types of real-world objects that can be tracked in the environment.
Tracker types are used to configure which objects the system should detect and track. Multiple trackers can be enabled simultaneously by passing a set of tracker types to configureTrackers().

See Also

    Signature

    enum Tracker : Enum<Tracker> 

    Enumeration Constants

    MemberDescription
    Keyboard
    Physical keyboard tracking
    QrCode
    QR code marker tracking
    Did you find this page helpful?