AppEventsLogger.FlushBehavior
เวอร์ชั่นที่ใหม่กว่าของคลาสนี้พร้อมแล้ว ตรวจสอบได้ เวอร์ชั่นล่าสุด

Controls when an AppEventsLogger sends log events to the server

ขยาย:Enum
แพ็คเกจ:facebook
วิธีการคลาส
values()
public static FlushBehavior values()
valueOf(String)
public static FlushBehavior valueOf(String name)
พารามิเตอร์คำอธิบาย
name
ค่าคงตัว
AUTO
Flush automatically: periodically (once a minute 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