Geofence.TransitionTypes

  • Geofence.TransitionTypes is an abstract annotation representing geofence transition types.

  • Transition types can be 0 or a bitwise-OR of GEOFENCE_TRANSITION_ flags.

  • It inherits methods such as annotationType(), equals(), hashCode(), and toString() from the Annotation interface.

public static abstract @interface Geofence.TransitionTypes implements Annotation

Geofence transition types of interest, as either 0 or a bitwise-OR of GEOFENCE_TRANSITION_ flags.

Inherited Method Summary