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