AnalyticsCaptureClient
class AnalyticsCaptureClient(delegate: AnalyticsClient, debugStore: AnalyticsDebugStore, clockMs: () -> Long = System::currentTimeMillis) : AnalyticsClient
Decorates an AnalyticsClient, logging every call into an AnalyticsDebugStore (e.g. for an in-app "recent analytics events" debug screen) before forwarding to delegate.
Constructors
Link copied to clipboard
constructor(delegate: AnalyticsClient, debugStore: AnalyticsDebugStore, clockMs: () -> Long = System::currentTimeMillis)