Interface AnalyticsManager
-
- All Implemented Interfaces:
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public interface AnalyticsManager
-
-
Method Summary
Modifier and Type Method Description abstract Unitinitialize(Object owner, CoroutineScope coroutineScope)abstract UnittrackEvent(AnalyticsEvent event)abstract StringgetCheckoutAttemptId()abstract Unitclear(Object owner)-
-
Method Detail
-
initialize
abstract Unit initialize(Object owner, CoroutineScope coroutineScope)
-
trackEvent
abstract Unit trackEvent(AnalyticsEvent event)
-
getCheckoutAttemptId
abstract String getCheckoutAttemptId()
-
-
-
-