MCENotificationPayload Class Reference
Inherits from | MCEPayload : NSObject |
---|---|
Conforms to | NSURLSessionDataDelegate NSURLSessionDownloadDelegate NSURLSessionTaskDelegate |
Declared in | MCENotificationPayload.h MCENotificationPayload.m |
– notificationContent
This method generates a UNMutableNotificationContent object based on the current payload
- (UNMutableNotificationContent *)notificationContent
Discussion
This method generates a UNMutableNotificationContent object based on the current payload
Declared In
MCENotificationPayload.h
– addNotificationCategoryWithCompletionHandler:
This method creates a notification category on demand for the current notification payload.
- (void)addNotificationCategoryWithCompletionHandler:(void ( ^ ) ( void ))completionHandler
Discussion
This method creates a notification category on demand for the current notification payload.
Declared In
MCENotificationPayload.h