Package com.flurry.android
Interface FlurryAgentListener
public interface FlurryAgentListener
The listener for FlurryAgent. A listener is set of callback methods that allow a developer to
manage and take actions within different phases of Flurry session.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when session is active .This method indicates that flurry session is active.
-
Method Details
-
onSessionStarted
void onSessionStarted()Invoked when session is active .This method indicates that flurry session is active.
-