| Package | com.myflashlab.air.extensions.fb |
| Class | public class FlushBehavior |
| Inheritance | FlushBehavior Object |
| Constant | Defined 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 | ||
| AUTO | Constant |
public static const AUTO:int = 0Flush automatically: periodically (every 15 seconds or after every 100 events), and always at app reactivation. This is the default value.
| EXPLICIT_ONLY | Constant |
public static const EXPLICIT_ONLY:int = 1Only flush when Facebook.appEvents.flush() is explicitly invoked.