SVSContent Data
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
content ID
Identifier of the video content.
content Title
Title of the video content.
video Content Type
Type of the video content.
video Content Category
Category of the video content.
video Content Duration
Duration of the video content (in seconds).
video Season Number
Season number of the video content.
video Episode Number
Episode number of the video content.
video Content Rating
Permissible audience for this video content.
content Provider ID
Provider identifier of the video content.
content Provider Name
Provider name of the video content.
video Content Distributor ID
Distributor identifier of the video content.
video Content Distributor Name
Distributor name of the video content.
video Content Tags
An array of keywords qualifying the video content.