SVSContentData

constructor(@Nullable contentID: String, @Nullable contentTitle: String, @Nullable videoContentType: String, @Nullable videoContentCategory: String, videoContentDuration: Int, videoSeasonNumber: Int, videoEpisodeNumber: Int, @Nullable videoContentRating: String, @Nullable contentProviderID: String, @Nullable contentProviderName: String, @Nullable videoContentDistributorID: String, @Nullable videoContentDistributorName: String, @Nullable videoContentTags: Array<String>, @Nullable externalContentID: String, @Nullable videoCMSID: String)

Deprecated

Initialize a SVSContentData instance. This class forwards information about the video content to the AdServer.

Deprecated

This constructor is deprecated and will be unavailable in a future release. To create an instance of SVSContentData, please use the static class Builder.

Parameters

contentID

Identifier of the video content.

contentTitle

Title of the video content.

videoContentType

Type of the video content.

videoContentCategory

Category of the video content.

videoContentDuration

Duration of the video content (in seconds).

videoSeasonNumber

Season number of the video content.

videoEpisodeNumber

Episode number of the video content.

videoContentRating

Permissible audience for this video content.

contentProviderID

Provider identifier of the video content.

contentProviderName

Provider name of the video content.

videoContentDistributorID

Distributor identifier of the video content.

videoContentDistributorName

Distributor name of the video content.

videoContentTags

An array of keywords qualifying the video content.