AppEventsLogger.FlushBehavior
Đã có phiên bản mới hơn của lớp này. Hãy kiểm tra phiên bản mới nhất.

Controls when an AppEventsLogger sends log events to the server

Mở rộng:Enum
Gói:appevents
Phương thức nhóm
values()
public static FlushBehavior values()
valueOf(String)
public static FlushBehavior valueOf(String name)
Thông sốMô tả
name
Hằng
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