public enum ARPlaneEvent.Kind

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

ImplementsComparable<ARPlaneEvent.Kind>

The kind of change that occurred.

Enum constants

ADDEDThe plane was newly detected.
UPDATEDThe plane’s geometry or pose was refined; #getPlane() is the new snapshot.
REMOVEDThe plane was removed, for example merged into another plane.

Methods

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

Inherited methods

Enum constant details

ADDED

ADDED
The plane was newly detected.

UPDATED

UPDATED
The plane’s geometry or pose was refined; #getPlane() is the new snapshot.

REMOVED

REMOVED
The plane was removed, for example merged into another plane.

Method details

values

public static ARPlaneEvent.Kind[] values()

valueOf

public static ARPlaneEvent.Kind valueOf(String name)