-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum AppEventsLogger.FlushBehavior extends Enum<AppEventsLogger.FlushBehavior>
Controls 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 at app reactivation. This is the default value.
EXPLICIT_ONLYOnly flush when AppEventsLogger.flush() is explicitly invoked.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-