- GeofenceService - Class in com.radiusnetworks.proximity.geofence
-
This class receives geofence transition events from Location Services, in the form of an Intent
containing the transition type and geofence id(s) that triggered the event.
- GeofenceService() - Constructor for class com.radiusnetworks.proximity.geofence.GeofenceService
-
- getAccountId() - Method in class com.radiusnetworks.proximity.licensing.LicenseManager
-
- getAttributes() - Method in class com.radiusnetworks.proximity.model.KitBeacon
-
- getAttributes() - Method in class com.radiusnetworks.proximity.model.KitOverlay
-
- getAttributes() - Method in class com.radiusnetworks.proximity.ProximityKitBeacon
-
- getAttributes() - Method in class com.radiusnetworks.proximity.ProximityKitBeaconRegion
-
- getAttributes() - Method in class com.radiusnetworks.proximity.ProximityKitGeofenceRegion
-
Set of custom attributes configured for this geofence on Proximity Kit.
- getBeaconAdapter() - Method in class com.radiusnetworks.proximity.ProximityKitManager
-
- getBeaconManager() - Method in class com.radiusnetworks.proximity.ProximityKitManager
-
Convenience method to access the beacon manager
- getBeacons() - Method in class com.radiusnetworks.proximity.model.Kit
-
- getConfiguration() - Method in class com.radiusnetworks.proximity.licensing.LicenseManager
-
- getDataNotifier() - Method in class com.radiusnetworks.proximity.beacon.BeaconManager
-
- getDeviceId() - Method in class com.radiusnetworks.proximity.licensing.Configuration
-
- getDeviceId() - Method in class com.radiusnetworks.proximity.licensing.LicenseManager
-
- getInputStream() - Method in class com.radiusnetworks.proximity.licensing.PropertiesFile
-
- getInstanceForApplication(Context) - Static method in class com.radiusnetworks.proximity.beacon.BeaconManager
-
- getInstanceForApplication(Context) - Static method in class com.radiusnetworks.proximity.ProximityKitManager
-
An accessor for the singleton instance of this class.
- getKit() - Method in class com.radiusnetworks.proximity.ProximityKitManager
-
The local copy of the kit you have set up on ProximityKit.com
- getKitUrl() - Method in class com.radiusnetworks.proximity.licensing.Configuration
-
- getLatitude() - Method in class com.radiusnetworks.proximity.model.KitBeacon
-
- getLatitude() - Method in class com.radiusnetworks.proximity.model.KitOverlay
-
- getLatitude() - Method in class com.radiusnetworks.proximity.ProximityKitGeofenceRegion
-
Getter for accessing this geofence's latitude.
- getLicenseKey() - Method in class com.radiusnetworks.proximity.licensing.Configuration
-
- getLicenseManager() - Method in class com.radiusnetworks.proximity.beacon.BeaconManager
-
- getLongitude() - Method in class com.radiusnetworks.proximity.model.KitBeacon
-
- getLongitude() - Method in class com.radiusnetworks.proximity.model.KitOverlay
-
- getLongitude() - Method in class com.radiusnetworks.proximity.ProximityKitGeofenceRegion
-
Getter for accessing this geofence's longitude.
- getMajor() - Method in class com.radiusnetworks.proximity.model.KitBeacon
-
- getMap() - Method in class com.radiusnetworks.proximity.model.Kit
-
- getMaxRegionsBeforeRollup() - Method in class com.radiusnetworks.proximity.ProximityKitManager
-
Gets the maximum number of regions that may be individually configured in ProximityKit before
the regions will start being automatically combined.
- getMinor() - Method in class com.radiusnetworks.proximity.model.KitBeacon
-
- getMonitorNotifier() - Method in class com.radiusnetworks.proximity.beacon.BeaconManager
-
- getName() - Method in class com.radiusnetworks.proximity.model.KitBeacon
-
- getName() - Method in class com.radiusnetworks.proximity.model.KitOverlay
-
- getName() - Method in class com.radiusnetworks.proximity.ProximityKitBeacon
-
- getName() - Method in class com.radiusnetworks.proximity.ProximityKitBeaconRegion
-
- getOverlays() - Method in class com.radiusnetworks.proximity.model.Kit
-
- getOverlays() - Method in class com.radiusnetworks.proximity.model.KitMap
-
- getProximityKitGeofenceNotifier() - Method in class com.radiusnetworks.proximity.ProximityKitManager
-
Getter for the currently configured Geofence notification callback handler.
- getProximityKitMonitorNotifier() - Method in class com.radiusnetworks.proximity.ProximityKitManager
-
- getProximityKitRangeNotifier() - Method in class com.radiusnetworks.proximity.ProximityKitManager
-
- getProximityKitSyncNotifier() - Method in class com.radiusnetworks.proximity.ProximityKitManager
-
- getProximityUuid() - Method in class com.radiusnetworks.proximity.model.KitBeacon
-
- getRadius() - Method in class com.radiusnetworks.proximity.model.KitOverlay
-
- getRadius() - Method in class com.radiusnetworks.proximity.ProximityKitGeofenceRegion
-
Getter for accessng this geofence's configured radius.
- getRequestId() - Method in class com.radiusnetworks.proximity.ProximityKitGeofenceRegion
-
Custom ID representation of this geofence to identify it in a map.
- getServerCheckCount() - Method in class com.radiusnetworks.proximity.licensing.LicenseManager
-
- GooglePlayServicesException - Exception in com.radiusnetworks.proximity.geofence
-
Exception raised when Google Play services is required but is not linked.
- GooglePlayServicesException() - Constructor for exception com.radiusnetworks.proximity.geofence.GooglePlayServicesException
-
Constructs a new missing google play service exception with null
as its
detail message.
- GooglePlayServicesException(String) - Constructor for exception com.radiusnetworks.proximity.geofence.GooglePlayServicesException
-
Constructs a new runtime exception with the specified detail message.
- GooglePlayServicesException(String, Throwable) - Constructor for exception com.radiusnetworks.proximity.geofence.GooglePlayServicesException
-
Constructs a new runtime exception with the specified detail message and cause.
- GooglePlayServicesException(Throwable) - Constructor for exception com.radiusnetworks.proximity.geofence.GooglePlayServicesException
-
Constructs a new runtime exception with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class
and detail message of cause
).