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