FileDocCategorySizeDatePackage
IGeofenceHardware.javaAPI DocAndroid 5.1 API13342Sat Mar 14 05:48:02 GMT 2015android.hardware.location

IGeofenceHardware

public interface IGeofenceHardware implements android.os.IInterface
hide

Fields Summary
Constructors Summary
Methods Summary
public booleanaddCircularFence(int monitoringType, android.hardware.location.GeofenceHardwareRequestParcelable request, android.hardware.location.IGeofenceHardwareCallback callback)

public int[]getMonitoringTypes()

public intgetStatusOfMonitoringType(int monitoringType)

public booleanpauseGeofence(int id, int monitoringType)

public booleanregisterForMonitorStateChangeCallback(int monitoringType, android.hardware.location.IGeofenceHardwareMonitorCallback callback)

public booleanremoveGeofence(int id, int monitoringType)

public booleanresumeGeofence(int id, int monitoringType, int monitorTransitions)

public voidsetFusedGeofenceHardware(android.location.IFusedGeofenceHardware service)

public voidsetGpsGeofenceHardware(android.location.IGpsGeofenceHardware service)

public booleanunregisterForMonitorStateChangeCallback(int monitoringType, android.hardware.location.IGeofenceHardwareMonitorCallback callback)