FileDocCategorySizeDatePackage
IGeofenceHardwareCallback.javaAPI DocAndroid 5.1 API700Sat Mar 14 14:10:04 GMT 2015android.hardware.location

IGeofenceHardwareCallback

public interface IGeofenceHardwareCallback implements android.os.IInterface

Fields Summary
Constructors Summary
Methods Summary
public abstract voidonGeofenceAdd(int geofenceId, int status)

public abstract voidonGeofencePause(int geofenceId, int status)

public abstract voidonGeofenceRemove(int geofenceId, int status)

public abstract voidonGeofenceResume(int geofenceId, int status)

public abstract voidonGeofenceTransition(int geofenceId, int transition, android.location.Location location, long timestamp, int monitoringType)