Inherits NSObject.
Class Methods | |
(void) | + setDeviceToken: |
(MANUAL INTEGRATION) Enables Passing of the Device Token for the Push Notification More... | |
(void) | + presentNotification:withCompletionHandler: |
(MANUAL INTEGRATION) Method to be called when a remote notfication is received More... | |
(void) | + receivedNotificationResponse:withCompletionHandler: |
(MANUAL INTEGRATION) Method to be called when a action on a notfication is received from UNUserNotificationCenter. More... | |
(BOOL) | + isFlurryMsg: |
Helper method which identifies a Flurry generated Push Notification. More... | |
(void) | + setAutoIntegrationForMessaging |
Call this setter if you want enable AUTOMATIC INTEGRATION for Push Notificaions. More... | |
(void) | + setMessagingDelegate: |
Set FlurryMessaging delegate for optional callback on push events. More... | |
(void) | + setMessagingDelegate:withCallbackQueue: |
Set FlurryMessaging delegate for optional callback on push events. More... | |
Definition at line 68 of file FlurryMessaging.h.
+ (BOOL) isFlurryMsg: | (nonnull NSDictionary *) | userInfo |
Helper method which identifies a Flurry generated Push Notification.
+ (void) presentNotification: | (nonnull UNNotification *) | notification |
(MANUAL INTEGRATION) Method to be called when a remote notfication is received
This method logs and processes the Flurry Push Notification when received.
(MANUAL INTEGRATION) Method to be called when a notification is presented by the UNUserNotificationCenter when in foreground.
This method logs and processes the Flurry Push Notification when presented in foreground by the UNUserNotificationCenter.
+ (void) receivedNotificationResponse: | (nonnull UNNotificationResponse *) | response |
(MANUAL INTEGRATION) Method to be called when a action on a notfication is received from UNUserNotificationCenter.
This method logs and processes the Flurry Push Notification actions.
+ (void) setAutoIntegrationForMessaging |
Call this setter if you want enable AUTOMATIC INTEGRATION for Push Notificaions.
This method takes care of all the setup for Push Notifications. 1) Registers for Notifications 2) Handles device tokens 3) Listens for callbacks from UIApplication and UNUserNotificationCenter
+ (void) setDeviceToken: |
(MANUAL INTEGRATION) Enables Passing of the Device Token for the Push Notification
+ (void) setMessagingDelegate: |
Set FlurryMessaging delegate for optional callback on push events.
+ (void) setMessagingDelegate: | (nonnull id< FlurryMessagingDelegate >) | delegate |
Set FlurryMessaging delegate for optional callback on push events.