AppEventsLogger.FlushBehavior
有此級別的更新版本。前往查看 最新版本。

Controls when an AppEventsLogger sends log events to the server

延伸:Enum
套件:appevents
類別方式
values()
public static FlushBehavior values()
valueOf(String)
public static FlushBehavior valueOf(String name)
參數說明
name
常數
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