BatchInboxNotificationContentMessage
@interface BatchInboxNotificationContentMessage : NSObject
/**
Notification title (if present)
*/
@property (nonatomic, readonly, nullable) NSString *title;
/**
Notification subtitle (if present)
*/
@property (nonatomic, readonly, nullable) NSString *subtitle;
/**
Notification alert body
*/
@property (nonatomic, readonly, nullable) NSString *body;
@end
Undocumented
-
Notification title (if present)
Declaration
Objective-C
@property (nonatomic, readonly, nullable) int *title;
-
Notification subtitle (if present)
Declaration
Objective-C
@property (nonatomic, readonly, nullable) int *subtitle;
-
Notification alert body
Declaration
Objective-C
@property (nonatomic, readonly, nullable) int *body;