NetmeraGeofenceService Class Reference
| Inherits from | NSObject |
| Declared in | NetmeraGeofenceService.h NetmeraGeofenceService.m |
Overview
NetmeraGeofenceService is a service that enables developers to location tracking for NetmeraPush service .If you want to send locational push notifications and if you use this service you dont need to track device locations.This service automatically updates device location. When your users get closer to spesific location, you can send automated push messages to them in certain time interval.
Tasks
-
+ initWithNetmeraGeofence:Create an NetmeraGeofenceService instance by your NetmeraGeofence object
-
+ startGeofenceServiceCall to start register your device for NetmeraPush via location
-
+ stopGeofenceServiceCall to stop registering your device
Class Methods
initWithNetmeraGeofence:
Create an NetmeraGeofenceService instance by your NetmeraGeofence object
+ (void)initWithNetmeraGeofence:(NetmeraGeofence *)geofenceParameters
- geofence
NetmeraGeofence created by developer
Discussion
Create an NetmeraGeofenceService instance by your NetmeraGeofence object
Declared In
NetmeraGeofenceService.hstartGeofenceService
Call to start register your device for NetmeraPush via location
+ (void)startGeofenceServiceDiscussion
Call to start register your device for NetmeraPush via location
Declared In
NetmeraGeofenceService.h