-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum AppEventsLogger.FlushBehaviorControls when an AppEventsLogger sends log events to the server
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AUTOFlush automatically: periodically (every 15 seconds or after every 100 events), and always atapp reactivation. This is the default value.
EXPLICIT_ONLYOnly flush when AppEventsLogger.flush() is explicitly invoked.
-
Method Summary
Modifier and Type Method Description static Array<AppEventsLogger.FlushBehavior>values()static AppEventsLogger.FlushBehaviorvalueOf(String name)-
-
Method Detail
-
values
static Array<AppEventsLogger.FlushBehavior> values()
-
valueOf
static AppEventsLogger.FlushBehavior valueOf(String name)
-
-
-
-