Package | com.distriqt.extension.facebook.appevents |
Class | public class FlushBehaviour |
Inheritance | FlushBehaviour Object |
Method | Defined By | ||
---|---|---|---|
Constructor
| FlushBehaviour |
Constant | Defined 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 |
FlushBehaviour | () | Constructor |
public function FlushBehaviour()
Constructor
AUTO | Constant |
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_ONLY | Constant |
public static const EXPLICIT_ONLY:String = explicit
Only flush when Facebook.instance.appEventsLogger.flush()
is explicitly invoked