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(); }