GeofenceHardwareCallbackpublic abstract class GeofenceHardwareCallback extends Object The callback class associated with the APIs in {@link GeofenceHardware} |
Methods Summary |
---|
public void | onGeofenceAdd(int geofenceId, int status)The callback called to notify the success or failure of the add call.
| public void | onGeofencePause(int geofenceId, int status)The callback called to notify the success or failure of the pause call.
| public void | onGeofenceRemove(int geofenceId, int status)The callback called to notify the success or failure of the remove call.
| public void | onGeofenceResume(int geofenceId, int status)The callback called to notify the success or failure of the resume call.
| public void | onGeofenceTransition(int geofenceId, int transition, android.location.Location location, long timestamp, int monitoringType)The callback called when there is a transition to report for the specific
geofence.
|
|