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