FlurryMessage is a convenience class to access all the properties set on the Flurry Message. More...
#import <FlurryMessaging.h>
Inherits NSObject.
Properties | |
NSString * | title |
NSString * | body |
NSString * | sound |
NSDictionary * | appData |
FlurryMessage is a convenience class to access all the properties set on the Flurry Message.
Title - gives the Message title Body - gives the Message body Sound - gives the name of the sound file set on the Message payload AppData - gives the custom <key, value> pairs set on the Message payload
Definition at line 58 of file FlurryMessaging.h.