GeofencingRequest.InitialTrigger

  • InitialTrigger defines the geofencing behavior at the moment geofences are added.

  • It is an integer value that can be 0 or a combination of initial trigger constants.

  • The class inherits standard annotation methods like annotationType, equals, hashCode, and toString.

public static abstract @interface GeofencingRequest.InitialTrigger implements Annotation

The triggering behavior at the moment when the geofences are added. It's either 0, or a bit-wise OR of GeofencingRequest.INITIAL_TRIGGER_ENTER, GeofencingRequest.INITIAL_TRIGGER_EXIT, and GeofencingRequest.INITIAL_TRIGGER_DWELL.

Inherited Method Summary