- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
16 lines
287 B
Java
16 lines
287 B
Java
package com.ea.nimble;
|
|
|
|
import java.util.Date;
|
|
import org.json.JSONObject;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface OperationalTelemetryEvent {
|
|
JSONObject getEventDictionary();
|
|
|
|
String getEventDictionaryString();
|
|
|
|
String getEventType();
|
|
|
|
Date getLoggedTime();
|
|
}
|