FileDocCategorySizeDatePackage
GeofenceHardware.javaAPI DocAndroid 5.1 API2398Sat Mar 14 14:10:04 GMT 2015android.hardware.location

GeofenceHardware

public final class GeofenceHardware extends Object

Fields Summary
public static final int
GEOFENCE_ENTERED
public static final int
GEOFENCE_ERROR_ID_EXISTS
public static final int
GEOFENCE_ERROR_ID_UNKNOWN
public static final int
GEOFENCE_ERROR_INSUFFICIENT_MEMORY
public static final int
GEOFENCE_ERROR_INVALID_TRANSITION
public static final int
GEOFENCE_ERROR_TOO_MANY_GEOFENCES
public static final int
GEOFENCE_EXITED
public static final int
GEOFENCE_FAILURE
public static final int
GEOFENCE_SUCCESS
public static final int
GEOFENCE_UNCERTAIN
public static final int
MONITORING_TYPE_FUSED_HARDWARE
public static final int
MONITORING_TYPE_GPS_HARDWARE
public static final int
MONITOR_CURRENTLY_AVAILABLE
public static final int
MONITOR_CURRENTLY_UNAVAILABLE
public static final int
MONITOR_UNSUPPORTED
public static final int
SOURCE_TECHNOLOGY_BLUETOOTH
public static final int
SOURCE_TECHNOLOGY_CELL
public static final int
SOURCE_TECHNOLOGY_GNSS
public static final int
SOURCE_TECHNOLOGY_SENSORS
public static final int
SOURCE_TECHNOLOGY_WIFI
Constructors Summary
public GeofenceHardware(android.hardware.location.IGeofenceHardware service)

 throw new RuntimeException("Stub!"); 
Methods Summary
public booleanaddGeofence(int geofenceId, int monitoringType, android.hardware.location.GeofenceHardwareRequest geofenceRequest, android.hardware.location.GeofenceHardwareCallback callback)

 throw new RuntimeException("Stub!"); 
public int[]getMonitoringTypes()

 throw new RuntimeException("Stub!"); 
public intgetStatusOfMonitoringType(int monitoringType)

 throw new RuntimeException("Stub!"); 
public booleanpauseGeofence(int geofenceId, int monitoringType)

 throw new RuntimeException("Stub!"); 
public booleanregisterForMonitorStateChangeCallback(int monitoringType, android.hardware.location.GeofenceHardwareMonitorCallback callback)

 throw new RuntimeException("Stub!"); 
public booleanremoveGeofence(int geofenceId, int monitoringType)

 throw new RuntimeException("Stub!"); 
public booleanresumeGeofence(int geofenceId, int monitoringType, int monitorTransition)

 throw new RuntimeException("Stub!"); 
public booleanunregisterForMonitorStateChangeCallback(int monitoringType, android.hardware.location.GeofenceHardwareMonitorCallback callback)

 throw new RuntimeException("Stub!");