BasePush Class Reference
| Inherits from | NSObject |
| Declared in | BasePush.h BasePush.m |
Tasks
-
messagebody text of your push notification
property -
deviceGroupstarget group names of your push notification
property -
boxPushFirstLocationFirst location of box push notification that location based
property -
boxPushSecondLocationSecond location of box push notification that location based
property -
circlePushCenterLocationCenter location of circle push notification that location based
property -
circlePushDistanceRadius of circle push notification that location based in kilometer
property -
isBoxPushYes if it box push notification
property -
isCirclePushYes if it circle push notification
property -
– setBoxPushWithFirstLocation:andSecondLocation:Set first and second location of box push notifications loctions.
-
– setCirclePushWithCenterLocation:distance:Set center location of circle push notifications loctions.
Properties
boxPushFirstLocation
First location of box push notification that location based
@property (nonatomic, strong) NetmeraGeoLocation *boxPushFirstLocationDiscussion
First location of box push notification that location based
Declared In
BasePush.hboxPushSecondLocation
Second location of box push notification that location based
@property (nonatomic, strong) NetmeraGeoLocation *boxPushSecondLocationDiscussion
Second location of box push notification that location based
Declared In
BasePush.hcirclePushCenterLocation
Center location of circle push notification that location based
@property (nonatomic, strong) NetmeraGeoLocation *circlePushCenterLocationDiscussion
Center location of circle push notification that location based
Declared In
BasePush.hcirclePushDistance
Radius of circle push notification that location based in kilometer
@property (nonatomic) double circlePushDistanceDiscussion
Radius of circle push notification that location based in kilometer
Declared In
BasePush.hdeviceGroups
target group names of your push notification
@property (nonatomic, strong) NSArray *deviceGroupsDiscussion
target group names of your push notification
Declared In
BasePush.hisBoxPush
Yes if it box push notification
@property BOOL isBoxPushDiscussion
Yes if it box push notification
Declared In
BasePush.hInstance Methods
setBoxPushWithFirstLocation:andSecondLocation:
Set first and second location of box push notifications loctions.
- (void)setBoxPushWithFirstLocation:(NetmeraGeoLocation *)firstLocation andSecondLocation:(NetmeraGeoLocation *)secondLocationParameters
- 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.hsetCirclePushWithCenterLocation:distance:
Set center location of circle push notifications loctions.
- (void)setCirclePushWithCenterLocation:(NetmeraGeoLocation *)centerLocation distance:(double)distanceParameters
- 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