AnalyticsSessionMetadataPublisher

Provides the protocol to publish (and update analytics) custom metadata that is not part of the library's data dictionary.

Inheritors

Functions

Link copied to clipboard
abstract fun addMetadata(metadata: Map<String, String>)

Adds custom metadata to be published by the analytics reporting system.

Link copied to clipboard
abstract fun updateMetadata(metadata: Map<String, String>)

Updates existing metadata records.