GeofencingRequest.InitialTrigger

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