Provides all available delegates for receiving callbacks related to Flurry analytics.
More...
#import <Flurry.h>
Inherits <NSObject>.
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.
- (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
-
info | A 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:
- /Users/sd_builder_43497419/sd/src/git.vzbuilders.com/flurry/IOSSDK/FlurrySDK/PublicAPIs/FlurryAPI/Flurry.h