@Retention(value=CLASS) public static interface RegionEvent.MonitorActions extends Annotation
This includes:
RegionEvent.ACTION_REGION_ENTER
RegionEvent.ACTION_REGION_EXIT
RegionEvent.ACTION_REGION_STATE_DETERMINED
Provided as an enumerated annotation for String
values representing related
broadcast actions. This helps IDEs and lint ensure that parameters, return values, or
field references use the defined constant set. It also allows for code completion within
Android Studio.