TEALVisitorProfilePollingFrequency Constants Reference

Declared in TEALConfiguration+Collect.h

TEALVisitorProfilePollingFrequency

Unsigned integer value that controls the frequency at which the user’s visitor profile is requested

Definition

typedef NS_ENUM(NSUInteger, TEALVisitorProfilePollingFrequency ) {
   TEALVisitorProfilePollingFrequencyOnRequest = 0,
   TEALVisitorProfilePollingFrequencyAfterEveryEvent,
};

Constants

TEALVisitorProfilePollingFrequencyOnRequest

On request only, will only poll with the fetchVisitorProfileWithCompletion: method

Declared In TEALConfiguration+Collect.h.

TEALVisitorProfilePollingFrequencyAfterEveryEvent

After each track event (trackEventWithTitle:dataSources: or trackViewWithTitle:dataSources:) an updated visitor profile will be requested.

Declared In TEALConfiguration+Collect.h.

Declared In

TEALConfiguration+Collect.h