Interface AnalyticsEvent
-
- All Implemented Interfaces:
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public interface AnalyticsEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAnalyticsEvent.Infopublic final classAnalyticsEvent.Logpublic final classAnalyticsEvent.Error
-
Method Summary
Modifier and Type Method Description abstract StringgetId()abstract LonggetTimestamp()abstract BooleangetShouldForceSend()abstract StringgetComponent()-
-
Method Detail
-
getTimestamp
abstract Long getTimestamp()
-
getShouldForceSend
abstract Boolean getShouldForceSend()
-
getComponent
abstract String getComponent()
-
-
-
-