ArcXP-Mobile-SDK-Android
ArcXP-Mobile-SDK-Android
/
com.arcxp.video.model
/
VideoAdData
Video
Ad
Data
@
JsonClass
(
generateAdapter
=
true
)
data
class
VideoAdData
(
var
manifestUrl
:
String
?
=
null
,
var
trackingUrl
:
String
?
=
null
,
var
adAvails
:
AvailList
?
=
null
,
var
error
:
Error
?
=
null
,
var
sessionId
:
String
?
=
null
)
Content copied to clipboard
Constructors
Properties
Constructors
Video
Ad
Data
Link copied to clipboard
fun
VideoAdData
(
manifestUrl
:
String
?
=
null
,
trackingUrl
:
String
?
=
null
,
adAvails
:
AvailList
?
=
null
,
error
:
Error
?
=
null
,
sessionId
:
String
?
=
null
)
Content copied to clipboard
Properties
ad
Avails
Link copied to clipboard
var
adAvails
:
AvailList
?
=
null
Content copied to clipboard
error
Link copied to clipboard
var
error
:
Error
?
=
null
Content copied to clipboard
manifest
Url
Link copied to clipboard
var
manifestUrl
:
String
?
=
null
Content copied to clipboard
session
Id
Link copied to clipboard
var
sessionId
:
String
?
=
null
Content copied to clipboard
tracking
Url
Link copied to clipboard
var
trackingUrl
:
String
?
=
null
Content copied to clipboard