Package 

Enum AppEventsLogger.FlushBehavior

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum AppEventsLogger.FlushBehavior
    
                        

    Controls when an AppEventsLogger sends log events to the server

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      AUTO

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

      EXPLICIT_ONLY

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