FileDocCategorySizeDatePackage
IGeofenceHardware.javaAPI DocAndroid 5.1 API1481Sat Mar 14 14:10:06 GMT 2015android.hardware.location

IGeofenceHardware

public interface IGeofenceHardware implements android.os.IInterface

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

public abstract int[]getMonitoringTypes()

public abstract intgetStatusOfMonitoringType(int monitoringType)

public abstract booleanpauseGeofence(int id, int monitoringType)

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

public abstract booleanremoveGeofence(int id, int monitoringType)

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

public abstract voidsetFusedGeofenceHardware(android.location.IFusedGeofenceHardware service)

public abstract voidsetGpsGeofenceHardware(android.location.IGpsGeofenceHardware service)

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