Packagecom.myflashlab.air.extensions.fb
Classpublic class FlushBehavior
InheritanceFlushBehavior Inheritance Object

Specifies the flush behavior for AppEvents to sends log events to the server.



Public Constants
 ConstantDefined By
  AUTO : int = 0
[static] Flush automatically: periodically (every 15 seconds or after every 100 events), and always at app reactivation.
FlushBehavior
  EXPLICIT_ONLY : int = 1
[static] Only flush when Facebook.appEvents.flush() is explicitly invoked.
FlushBehavior
Constant Detail
AUTOConstant
public static const AUTO:int = 0

Flush automatically: periodically (every 15 seconds or after every 100 events), and always at app reactivation. This is the default value.

EXPLICIT_ONLYConstant 
public static const EXPLICIT_ONLY:int = 1

Only flush when Facebook.appEvents.flush() is explicitly invoked.