public enum ARAnchorEvent.Kind
- Object
- Enum<ARAnchorEvent.Kind>
- ARAnchorEvent.Kind
ImplementsComparable<ARAnchorEvent.Kind>
The kind of change that occurred.
Enum constants
ADDED | The anchor was added - either created by the application or recognized by the platform (image or face). |
UPDATED | The anchor’s pose or tracking state was refined. |
REMOVED | The 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
ADDEDThe anchor was added - either created by the application or
recognized by the platform (image or face).
UPDATED
UPDATEDThe anchor’s pose or tracking state was refined.
REMOVED
REMOVEDThe anchor was removed and is now detached.
Method details
values
public static ARAnchorEvent.Kind[] values()valueOf
public static ARAnchorEvent.Kind valueOf(String name)