Package 

Enum AppEventsLogger.FlushBehavior

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      AUTO

      Flush automatically: periodically (every 15 seconds or after every 100 events), and always at app reactivation. This is the default value.

      EXPLICIT_ONLY

      Only flush when AppEventsLogger.flush() is explicitly invoked.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait