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

Class Methods

initWithNetmeraGeofence:

Create an NetmeraGeofenceService instance by your NetmeraGeofence object

+ (void)initWithNetmeraGeofence:(NetmeraGeofence *)geofence

Parameters

geofence

NetmeraGeofence created by developer

Discussion

Create an NetmeraGeofenceService instance by your NetmeraGeofence object

Declared In

NetmeraGeofenceService.h

startGeofenceService

Call to start register your device for NetmeraPush via location

+ (void)startGeofenceService

Discussion

Call to start register your device for NetmeraPush via location

Declared In

NetmeraGeofenceService.h

stopGeofenceService

Call to stop registering your device

+ (void)stopGeofenceService

Discussion

Call to stop registering your device

Declared In

NetmeraGeofenceService.h