UAMediaAttachmentContent
@interface UAMediaAttachmentContent : NSObject
Model object for notification content override.
-
The notification body.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *body;Swift
var body: String! { get } -
The notification title.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *title;Swift
var title: String! { get } -
The notification subtitle
Declaration
Objective-C
@property (readonly, nonatomic) NSString *subtitle;Swift
var subtitle: String! { get }
View on GitHub
UAMediaAttachmentContent Class Reference