iOS SDK  12.0.0
 All Classes Functions Enumerations Enumerator Groups Pages
<FlurryMessagingDelegate> Protocol Referenceabstract

Provides all available delegates for receiving callbacks related to Flurry Notifications. More...

#import <FlurryMessaging.h>

Inherits <NSObject>.

Instance Methods

(void) - didReceiveMessage:
 Invoked when Flurry Notifications is received. More...
 
(void) - didReceiveActionWithIdentifier:message:
 Invoked when Flurry Notifications receives an action. More...
 

Detailed Description

Provides all available delegates for receiving callbacks related to Flurry Notifications.

Since
8.1.0.rc.1

Set of methods that allow developers to manage and take actions within the App.

Note
Useful when used with the AUTOMATIC INTEGRATION

Definition at line 22 of file FlurryMessaging.h.

Method Documentation

- (void) didReceiveActionWithIdentifier: (nullable NSString *)  identifier
message: (nonnull FlurryMessage *)  message 
optional

Invoked when Flurry Notifications receives an action.

Since
8.1.0.rc.1

This method informs the app that Flurry Notifications receives an action.

- (void) didReceiveMessage: (nonnull FlurryMessage *)  message
optional

Invoked when Flurry Notifications is received.

Since
8.1.0.rc.1

This method informs the app that Flurry Notifications was received.


The documentation for this protocol was generated from the following file: