Packagecom.distriqt.extension.facebook.appevents
Classpublic class FlushBehaviour
InheritanceFlushBehaviour Inheritance Object



Public Methods
 MethodDefined By
  
Constructor
FlushBehaviour
Public Constants
 ConstantDefined By
  AUTO : String = auto
[static] Flush automatically: periodically (every 15 seconds or after every 100 events), and always at app reactivation.
FlushBehaviour
  EXPLICIT_ONLY : String = explicit
[static] Only flush when Facebook.instance.appEventsLogger.flush() is explicitly invoked
FlushBehaviour
Constructor Detail
FlushBehaviour()Constructor
public function FlushBehaviour()

Constructor

Constant Detail
AUTOConstant
public static const AUTO:String = auto

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:String = explicit

Only flush when Facebook.instance.appEventsLogger.flush() is explicitly invoked