FlushBehavior
publicenumFlushBehavior
Specifies when
AppEventsLogger
sends log events to the server.caseauto
flush
method is called. When an app is moved to background/terminated, the events are persisted and re-established at activation, but they will only be written with an explicit call to flush
.caseexplicitOnly