SourceAnalyticsApi
interface SourceAnalyticsApi
Provides the means to control the analytics collected by a Source.
Use the Source.analytics extension to access a Source's SourceAnalyticsApi.
Types
| Name | Summary |
|---|---|
| Companion | object Companion Use the Source.analytics extension to access a Source's SourceAnalyticsApi. |
Properties
| Name | Summary |
|---|---|
| customData | abstract var customData: CustomData CustomData which are send with analytics events associated with this source. |
| metadata | abstract val metadata: SourceMetadata Describing metadata of this Source, that is send with analytics events. |