FlurryParam serves as a generic class for five types of Flurry param keys. More...
#import <Flurry+Event.h>
Inherits NSObject.
Inherited by FlurryBooleanParam, FlurryDoubleParam, FlurryIntegerParam, FlurryLongParam, and FlurryStringParam.
FlurryParam serves as a generic class for five types of Flurry param keys.
Each Flurry-defined param key is allowed to map to the value within five data types: string, int, double, boolean, long. Flurry also defines the interface for each type of the key.
Definition at line 382 of file Flurry+Event.h.