Initial commit
This commit is contained in:
11
sources/com/facebook/appevents/FlushReason.java
Normal file
11
sources/com/facebook/appevents/FlushReason.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package com.facebook.appevents;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
enum FlushReason {
|
||||
EXPLICIT,
|
||||
TIMER,
|
||||
SESSION_CHANGE,
|
||||
PERSISTED_EVENTS,
|
||||
EVENT_THRESHOLD,
|
||||
EAGER_FLUSHING_EVENT
|
||||
}
|
||||
Reference in New Issue
Block a user