DaffAnalyticsTrackerClass
The interface that an analytics service must implement to be compatible
with the @daffodil/analytics
package.
API
interface DaffAnalyticsTrackerClass {
track: Observable<unknown>
}
Properties
Name | Type | Description |
---|---|---|
track | Observable<unknown> |