File
Doc
Category
Size
Date
Package
IGeofenceHardware.java
API Doc
Android 5.1 API
1481
Sat Mar 14 14:10:06 GMT 2015
android.hardware.location
IGeofenceHardware
public interface IGeofenceHardware implements android.os.IInterface
Fields Summary
Constructors Summary
Methods Summary
public abstract
boolean
addCircularFence
(
int
monitoringType,
android.hardware.location.GeofenceHardwareRequestParcelable
request,
android.hardware.location.IGeofenceHardwareCallback
callback)
public abstract
int
[]
getMonitoringTypes
()
public abstract
int
getStatusOfMonitoringType
(
int
monitoringType)
public abstract
boolean
pauseGeofence
(
int
id,
int
monitoringType)
public abstract
boolean
registerForMonitorStateChangeCallback
(
int
monitoringType,
android.hardware.location.IGeofenceHardwareMonitorCallback
callback)
public abstract
boolean
removeGeofence
(
int
id,
int
monitoringType)
public abstract
boolean
resumeGeofence
(
int
id,
int
monitoringType,
int
monitorTransitions)
public abstract void
setFusedGeofenceHardware
(
android.location.IFusedGeofenceHardware
service)
public abstract void
setGpsGeofenceHardware
(
android.location.IGpsGeofenceHardware
service)
public abstract
boolean
unregisterForMonitorStateChangeCallback
(
int
monitoringType,
android.hardware.location.IGeofenceHardwareMonitorCallback
callback)
Java Code Source