iOS SDK  12.0.0
 All Classes Functions Enumerations Enumerator Groups Pages
FlurryParam Class Reference

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.

Detailed Description

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.

Since
11.3.0

Definition at line 382 of file Flurry+Event.h.


The documentation for this class was generated from the following file: