Declared in FBSDKAppEvents.h

FBSDKAppEventsFlushBehavior

@typedef NS_ENUM (NSUInteger, FBSDKAppEventsFlushBehavior)

Definition

typedef NS_ENUM(NSUInteger, FBSDKAppEventsFlushBehavior ) {
   FBSDKAppEventsFlushBehaviorAuto = 0,
   FBSDKAppEventsFlushBehaviorExplicitOnly,
};

Constants

FBSDKAppEventsFlushBehaviorAuto

Flush automatically: periodically (once a minute or every 100 logged events) and always at app reactivation.

Declared In FBSDKAppEvents.h.

FBSDKAppEventsFlushBehaviorExplicitOnly

Only flush when the flush method is called. When an app is moved to background/terminated, the events are persisted and re-established at activation, but they will only be written with an explicit call to flush.

Declared In FBSDKAppEvents.h.

Declared In

FBSDKAppEvents.h