public enum ARAnchorEvent.Kind

  1. Object
  2. Enum<ARAnchorEvent.Kind>
  3. ARAnchorEvent.Kind

ImplementsComparable<ARAnchorEvent.Kind>

The kind of change that occurred.

Enum constants

ADDEDThe anchor was added - either created by the application or recognized by the platform (image or face).
UPDATEDThe anchor’s pose or tracking state was refined.
REMOVEDThe anchor was removed and is now detached.

Methods

public static ARAnchorEvent.Kind[] values()
public static ARAnchorEvent.Kind valueOf(String name)

Inherited methods

Enum constant details

ADDED

ADDED
The anchor was added - either created by the application or recognized by the platform (image or face).

UPDATED

UPDATED
The anchor’s pose or tracking state was refined.

REMOVED

REMOVED
The anchor was removed and is now detached.

Method details

values

public static ARAnchorEvent.Kind[] values()

valueOf

public static ARAnchorEvent.Kind valueOf(String name)