SourceAnalyticsApi
@objc(BPASourceAnalyticsApi)
public protocol SourceAnalyticsApi
Provides an API to control Analytics of a Source.
-
The metadata of the
Source.SourceMetadata.customDatawill be updated withcustomDatawhen set via the.customDataproperty after initial creationFor more information, see
BitmovinPlayerCollectorApi.apply(sourceMetadata:for:)Declaration
Swift
var metadata: SourceMetadata { get } -
CustomDatato send in analytics events associated with this sourceFor more information, see
BitmovinPlayerCollectorApi.apply(customData:for:)Declaration
Swift
var customData: CustomData { get set }
SourceAnalyticsApi Protocol Reference