FileDocCategorySizeDatePackage
IFusedGeofenceHardware.javaAPI DocAndroid 5.1 API849Sat Mar 14 14:10:00 GMT 2015android.location

IFusedGeofenceHardware

public interface IFusedGeofenceHardware implements android.os.IInterface

Fields Summary
Constructors Summary
Methods Summary
public abstract voidaddGeofences(android.hardware.location.GeofenceHardwareRequestParcelable[] geofenceRequestsArray)

public abstract booleanisSupported()

public abstract voidmodifyGeofenceOptions(int geofenceId, int lastTransition, int monitorTransitions, int notificationResponsiveness, int unknownTimer, int sourcesToUse)

public abstract voidpauseMonitoringGeofence(int geofenceId)

public abstract voidremoveGeofences(int[] geofenceIds)

public abstract voidresumeMonitoringGeofence(int geofenceId, int monitorTransitions)