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

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

#import <Flurry.h>

Inherits <NSObject>.

Instance Methods

(void) - flurrySessionDidCreateWithInfo:
 Invoked when analytics session is created. More...
 

Detailed Description

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

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

Note
This class serves as a delegate for Flurry.
For additional information on how to use Flurry's Ads SDK to attract high-quality users and monetize your user base see Support Center - Publisher.
Author
2010 - 2014 Flurry, Inc. All Rights Reserved.
Version
6.3.0

Definition at line 85 of file Flurry.h.

Method Documentation

- (void) flurrySessionDidCreateWithInfo: (nonnull NSDictionary *)  info

Invoked when analytics session is created.

Since
6.3.0

This method informs the app that an analytics session is created.

See Also
Flurry::startSession for details on session.
Parameters
infoA dictionary of session information: sessionID, apiKey
Note
By default the callback is received on the global_queue with default priority. Optionally users can choose to receive on a specific queue by using
  • (void)setDelegate:(nonnull id<FlurryDelegate>)delegate withCallbackQueue:(dispatch_queue_t)flurryCallbackQueue;

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