AppEventsLogger.FlushBehavior
Há uma versão mais recente desta classe disponível. Confira. a versão mais recente.

Controls when an AppEventsLogger sends log events to the server

Estende:Enum
Pacote:appevents
Métodos de classe
values()
public static FlushBehavior values()
valueOf(String)
public static FlushBehavior valueOf(String name)
ParâmetroDescrição
name
Constantes
AUTO
Flush automatically: periodically (every 15 seconds or after every 100 events), and always at app reactivation. This is the default value.
public static final FlushBehavior AUTO
EXPLICIT_ONLY
Only flush when AppEventsLogger.flush() is explicitly invoked.
public static final FlushBehavior EXPLICIT_ONLY