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