iOS SDK  7.3.0
 All Classes Files Functions Properties 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 68 of file Flurry.h.

Method Documentation

- (void) flurrySessionDidCreateWithInfo: (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

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