Inherits from NSObject
Declared in BasePush.h
BasePush.m

Tasks

Properties

boxPushFirstLocation

First location of box push notification that location based

@property (nonatomic, strong) NetmeraGeoLocation *boxPushFirstLocation

Discussion

First location of box push notification that location based

Declared In

BasePush.h

boxPushSecondLocation

Second location of box push notification that location based

@property (nonatomic, strong) NetmeraGeoLocation *boxPushSecondLocation

Discussion

Second location of box push notification that location based

Declared In

BasePush.h

circlePushCenterLocation

Center location of circle push notification that location based

@property (nonatomic, strong) NetmeraGeoLocation *circlePushCenterLocation

Discussion

Center location of circle push notification that location based

Declared In

BasePush.h

circlePushDistance

Radius of circle push notification that location based in kilometer

@property (nonatomic) double circlePushDistance

Discussion

Radius of circle push notification that location based in kilometer

Declared In

BasePush.h

deviceGroups

target group names of your push notification

@property (nonatomic, strong) NSArray *deviceGroups

Discussion

target group names of your push notification

Declared In

BasePush.h

isBoxPush

Yes if it box push notification

@property BOOL isBoxPush

Discussion

Yes if it box push notification

Declared In

BasePush.h

isCirclePush

Yes if it circle push notification

@property BOOL isCirclePush

Discussion

Yes if it circle push notification

Declared In

BasePush.h

message

body text of your push notification

@property (nonatomic, strong) NSString *message

Discussion

body text of your push notification

Declared In

BasePush.h

Instance Methods

setBoxPushWithFirstLocation:andSecondLocation:

Set first and second location of box push notifications loctions.

- (void)setBoxPushWithFirstLocation:(NetmeraGeoLocation *)firstLocation andSecondLocation:(NetmeraGeoLocation *)secondLocation

Parameters

firstLocation

First location of box push notification that location based

secondLocation

Second location of box push notification that location based

Discussion

Set first and second location of box push notifications loctions.

Declared In

BasePush.h

setCirclePushWithCenterLocation:distance:

Set center location of circle push notifications loctions.

- (void)setCirclePushWithCenterLocation:(NetmeraGeoLocation *)centerLocation distance:(double)distance

Parameters

centerLocation

Center location of circle push notification that location based

distance

Radius of circle push notification that location based in kilometer

Discussion

Set center location of circle push notifications loctions.

Declared In

BasePush.h