| Provides all available methods for defining and reporting Analytics from use of your app | |
| FlurryBooleanParam is the interface of Flurry-defined param keys which can be only mapped with boolean value. It is a subclass of FlurryParam interface | |
| Provides all available delegates for receiving callbacks related to Flurry analytics | |
| FlurryDoubleParam is the interface of Flurry-defined param keys which can be only mapped with double value. It is a subclass of FlurryParam interface | |
| FlurryIntegerParam is the interface of Flurry-defined param keys which can be only mapped with integer value. It is a subclass of FlurryParam interface | |
| FlurryLongParam is the interface of Flurry-defined param keys which can be only mapped with long value. It is a subclass of FlurryParam interface | |
| FlurryMessage is a convenience class to access all the properties set on the Flurry Message | |
| Provides all available delegates for receiving callbacks related to Flurry Notifications | |
| FlurryParam serves as a generic class for five types of Flurry param keys | |
| FlurryParamBuilder is the interface to use to assemble your parameters for standard event | |
| FlurryStringParam is the interface of Flurry-defined param keys which can be only mapped with string value. It is a subclass of FlurryParam interface | |