toggle menu
library-core
8.1.0
androidJvm
switch theme
search in API
library-core
/
com.naver.gfpsdk
/
VideoScheduleResponse
/
AdBreak
Ad
Break
data
class
AdBreak
(
val
id
:
String
,
val
startDelay
:
Long
,
val
preFetch
:
Long
,
val
adUnitId
:
String
,
val
adSources
:
List
<
VideoScheduleResponse.AdSource
>
)
:
Parcelable
Members
Constructors
Ad
Break
Link copied to clipboard
constructor
(
id
:
String
,
startDelay
:
Long
,
preFetch
:
Long
,
adUnitId
:
String
,
adSources
:
List
<
VideoScheduleResponse.AdSource
>
)
Types
Companion
Link copied to clipboard
object
Companion
:
JSONUnmarshallable
<
VideoScheduleResponse.AdBreak
>
Properties
ad
Sources
Link copied to clipboard
val
adSources
:
List
<
VideoScheduleResponse.AdSource
>
ad
Unit
Id
Link copied to clipboard
val
adUnitId
:
String
id
Link copied to clipboard
val
id
:
String
linear
Ad
Type
Link copied to clipboard
val
linearAdType
:
LinearAdType
pre
Fetch
Link copied to clipboard
val
preFetch
:
Long
start
Delay
Link copied to clipboard
val
startDelay
:
Long
Functions
get
Pre
Fetch
Millis
Link copied to clipboard
fun
getPreFetchMillis
(
)
:
Long
get
Time
Offset
Millis
Link copied to clipboard
fun
getTimeOffsetMillis
(
durationSec
:
Long
)
:
Long