KiiAPNSFields Class Reference
Inherits from | NSObject |
Declared in | KiiAPNSFields.h |
Tasks
-
alertBody
property -
alertActionLocKey
property -
alertLocKey
property -
alertLocArgs
property -
alertLaunchImage
property -
alertTitle
property -
alertSubtitle
property -
sound
property -
badge
property -
contentAvailable
property -
category
property -
mutableContent
property -
– setSpecificData:
-
– generateFields
-
+ createFields
Properties
alertActionLocKey
String. Not required. encapsulation of action-loc-key key on APNS alert property
@property (nonatomic, nullable) NSString *alertActionLocKey
Discussion
String. Not required. encapsulation of action-loc-key key on APNS alert property
Declared In
KiiAPNSFields.h
alertBody
String. Not required. encapsulation of loc-key key on APNS alert property
@property (nonatomic, nullable) NSString *alertBody
Discussion
String. Not required. encapsulation of loc-key key on APNS alert property
Declared In
KiiAPNSFields.h
alertLaunchImage
String. Not required. encapsulation of launch-image key on APNS alert property
@property (nonatomic, nullable) NSString *alertLaunchImage
Discussion
String. Not required. encapsulation of launch-image key on APNS alert property
Declared In
KiiAPNSFields.h
alertLocArgs
Array. Not required. encapsulation of loc-args key on APNS alert property
@property (nonatomic, nullable) NSArray *alertLocArgs
Discussion
Array. Not required. encapsulation of loc-args key on APNS alert property
Declared In
KiiAPNSFields.h
alertLocKey
String. Not required. encapsulation of loc-key key on APNS alert property
@property (nonatomic, nullable) NSString *alertLocKey
Discussion
String. Not required. encapsulation of loc-key key on APNS alert property
Declared In
KiiAPNSFields.h
alertSubtitle
String. Not required. encapsulation of subtitle key on APNS alert property
@property (nonatomic, nullable) NSString *alertSubtitle
Discussion
String. Not required. encapsulation of subtitle key on APNS alert property
Declared In
KiiAPNSFields.h
alertTitle
String. Not required. encapsulation of title key on APNS alert property
@property (nonatomic, nullable) NSString *alertTitle
Discussion
String. Not required. encapsulation of title key on APNS alert property
Declared In
KiiAPNSFields.h
badge
Number. Not required. encapsulation of badge key on APNS property
@property (nonatomic, nullable) NSNumber *badge
Discussion
Number. Not required. encapsulation of badge key on APNS property
Declared In
KiiAPNSFields.h
category
String. Not required. Encapsulation of category key on APNS property.
@property (nonatomic, nullable) NSString *category
Discussion
String. Not required. Encapsulation of category key on APNS property.
Declared In
KiiAPNSFields.h
contentAvailable
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 *contentAvailable
Discussion
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