ArcXP-Mobile-SDK-Android
ArcXP-Mobile-SDK-Android
/
com.arcxp.video.model
/
VideoAdAvail
Video
Ad
Avail
@
JsonClass
(
generateAdapter
=
true
)
data
class
VideoAdAvail
(
val
ads
:
List
<
AdInfo
>
,
val
availId
:
String
,
val
duration
:
String
,
val
durationInSeconds
:
Double
,
val
startTime
:
String
,
val
startTimeInSeconds
:
Double
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Video
Ad
Avail
Link copied to clipboard
fun
VideoAdAvail
(
ads
:
List
<
AdInfo
>
,
availId
:
String
,
duration
:
String
,
durationInSeconds
:
Double
,
startTime
:
String
,
startTimeInSeconds
:
Double
)
Content copied to clipboard
Functions
get
Total
Time
Link copied to clipboard
fun
getTotalTime
(
)
:
Long
Content copied to clipboard
Properties
ads
Link copied to clipboard
val
ads
:
List
<
AdInfo
>
Content copied to clipboard
avail
Id
Link copied to clipboard
val
availId
:
String
Content copied to clipboard
duration
Link copied to clipboard
val
duration
:
String
Content copied to clipboard
duration
In
Seconds
Link copied to clipboard
val
durationInSeconds
:
Double
Content copied to clipboard
start
Time
Link copied to clipboard
val
startTime
:
String
Content copied to clipboard
start
Time
In
Seconds
Link copied to clipboard
val
startTimeInSeconds
:
Double
Content copied to clipboard