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... | |
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.
- (void) flurrySessionDidCreateWithInfo: | (NSDictionary *) | info |
Invoked when analytics session is created.
This method informs the app that an analytics session is created.
info | A dictionary of session information: sessionID, apiKey |