Preparing search index...

    Class TrackingStatus

    TrackingStatus signals changes in data availability for the tracked object.

    Hierarchy (View Summary)

    Index

    Properties

    onChange: event1<boolean, void>

    Event fired when the tracking is either started or stopped.

    onStarted: event0<void>

    Event fired when the tracked object is found.

    onStopped: event0<void>

    Event fired when the tracked object is lost or the tracking is suspended (e.g. when the component is disabled or destroyed).

    Methods

    • Returns true if the object matches or derives from the passed in type.

      Parameters

      • type: string

      Returns boolean

    • Returns true if this object is the same as other. Useful for checking if two references point to the same thing.

      Parameters

      Returns boolean