Player Module
3.36.0
androidJvm
Player Module
/
com.bitmovin.player.api.advertising
/
AdTag
Ad
Tag
class
AdTag
(
val
url
:
String
,
val
type
:
AdTagType
)
Defines the url and type of an ad manifest.
Members
Constructors
Ad
Tag
Link copied to clipboard
constructor
(
url
:
String
,
type
:
AdTagType
)
Properties
type
Link copied to clipboard
val
type
:
AdTagType
The
AdTagType
of the ad tag.
url
Link copied to clipboard
val
url
:
String
The url to an ad manifest.