FileDocCategorySizeDatePackage
GeofenceHardwareCallback.javaAPI DocAndroid 5.1 API733Sat Mar 14 14:10:02 GMT 2015android.hardware.location

GeofenceHardwareCallback

public abstract class GeofenceHardwareCallback extends Object

Fields Summary
Constructors Summary
public GeofenceHardwareCallback()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidonGeofenceAdd(int geofenceId, int status)

 throw new RuntimeException("Stub!"); 
public voidonGeofencePause(int geofenceId, int status)

 throw new RuntimeException("Stub!"); 
public voidonGeofenceRemove(int geofenceId, int status)

 throw new RuntimeException("Stub!"); 
public voidonGeofenceResume(int geofenceId, int status)

 throw new RuntimeException("Stub!"); 
public voidonGeofenceTransition(int geofenceId, int transition, android.location.Location location, long timestamp, int monitoringType)

 throw new RuntimeException("Stub!");