AgamaSourceConfiguration

@objc
public class AgamaSourceConfiguration : NSObject, AnalyticsDescription

Configure Agama analytics pre-integration

  • Constructs a AgamaSourceConfiguration object

    Declaration

    Swift

    public init(asset: String, streamType: StreamType, serviceName: AgamaServiceName? = nil, cdn: String? = nil, contentTitle: String? = nil, contentType: String? = nil, contentDescription: String? = nil)

    Parameters

    AssetName

    the name of the Asset

    streamType

    type of stream can either be vod or live

    serviceName

    The name of the service.

    cdn

    A string indicating the content distribution network that the content is being served from.

    contentTitle

    Title of the content.

    contentType

    Type of the content ** Suggested values are ‘trailer’, ‘movie’, ‘news’, ‘documentary’, … **

    contentDescription

    Description of the content.