KiiAPNSFields Class Reference
| Inherits from | NSObject |
| Declared in | KiiAPNSFields.h |
Tasks
-
alertBodyproperty -
alertActionLocKeyproperty -
alertLocKeyproperty -
alertLocArgsproperty -
alertLaunchImageproperty -
alertTitleproperty -
alertSubtitleproperty -
soundproperty -
badgeproperty -
contentAvailableproperty -
categoryproperty -
mutableContentproperty -
– setSpecificData: -
– generateFields -
+ createFields
Properties
alertActionLocKey
String. Not required. encapsulation of action-loc-key key on APNS alert property
@property (nonatomic, nullable) NSString *alertActionLocKeyDiscussion
String. Not required. encapsulation of action-loc-key key on APNS alert property
Declared In
KiiAPNSFields.halertBody
String. Not required. encapsulation of loc-key key on APNS alert property
@property (nonatomic, nullable) NSString *alertBodyDiscussion
String. Not required. encapsulation of loc-key key on APNS alert property
Declared In
KiiAPNSFields.halertLaunchImage
String. Not required. encapsulation of launch-image key on APNS alert property
@property (nonatomic, nullable) NSString *alertLaunchImageDiscussion
String. Not required. encapsulation of launch-image key on APNS alert property
Declared In
KiiAPNSFields.halertLocArgs
Array. Not required. encapsulation of loc-args key on APNS alert property
@property (nonatomic, nullable) NSArray *alertLocArgsDiscussion
Array. Not required. encapsulation of loc-args key on APNS alert property
Declared In
KiiAPNSFields.halertLocKey
String. Not required. encapsulation of loc-key key on APNS alert property
@property (nonatomic, nullable) NSString *alertLocKeyDiscussion
String. Not required. encapsulation of loc-key key on APNS alert property
Declared In
KiiAPNSFields.halertSubtitle
String. Not required. encapsulation of subtitle key on APNS alert property
@property (nonatomic, nullable) NSString *alertSubtitleDiscussion
String. Not required. encapsulation of subtitle key on APNS alert property
Declared In
KiiAPNSFields.halertTitle
String. Not required. encapsulation of title key on APNS alert property
@property (nonatomic, nullable) NSString *alertTitleDiscussion
String. Not required. encapsulation of title key on APNS alert property
Declared In
KiiAPNSFields.hbadge
Number. Not required. encapsulation of badge key on APNS property
@property (nonatomic, nullable) NSNumber *badgeDiscussion
Number. Not required. encapsulation of badge key on APNS property
Declared In
KiiAPNSFields.hcategory
String. Not required. Encapsulation of category key on APNS property.
@property (nonatomic, nullable) NSString *categoryDiscussion
String. Not required. Encapsulation of category key on APNS property.
Declared In
KiiAPNSFields.hcontentAvailable
Number. Not required. encapsulation of content-available key on APNS property. If 0, content-available payload is not delivered. Otherwise, content-available=1 payload is delivered.
@property (nonatomic, nullable) NSNumber *contentAvailableDiscussion
Number. Not required. encapsulation of content-available key on APNS property. If 0, content-available payload is not delivered. Otherwise, content-available=1 payload is delivered.
Declared In
KiiAPNSFields.h