Inherits from | QBMPushMessageBase : NSObject |
Conforms to | NSCoding NSCopying |
Declared in | QBMPushMessage.h |
Tasks
-
alertBody
Alert body text
property -
badge
Badge number
property -
soundFile
Sound file name
property -
localizedBodyKey
Localized body key may be used instead of alert body to make push message appear on local language.
property -
localizedBodyArguments
Substitute strings for placeholders in alert text
property -
localizedActionKey
Localization key for name of the alert action button
property -
additionalInfo
Dictionary of additional information
property -
+ pushMessage
Create new push message
Properties
additionalInfo 
@property (nonatomic, retain) NSDictionary *additionalInfo
Discussion
Dictionary of additional information
Declared In
QBMPushMessage.h
alertBody 
@property (nonatomic, retain) NSString *alertBody
Discussion
Alert body text
Declared In
QBMPushMessage.h
badge 
@property (nonatomic, retain) NSNumber *badge
Discussion
Badge number
Declared In
QBMPushMessage.h
localizedActionKey 
@property (nonatomic, retain) NSString *localizedActionKey
Discussion
Localization key for name of the alert action button
Declared In
QBMPushMessage.h
localizedBodyArguments 
@property (nonatomic, retain) NSArray *localizedBodyArguments
Discussion
Substitute strings for placeholders in alert text
Declared In
QBMPushMessage.h