toggle menu
library-core
8.1.0
androidJvm
switch theme
search in API
library-core
/
com.naver.gfpsdk
/
VideoScheduleResponse
/
AdSource
Ad
Source
data
class
AdSource
(
val
id
:
String
,
val
withRemindAd
:
Int
,
val
delayMills
:
Long
=
0
,
val
isLiveContent
:
Boolean
=
false
)
:
Parcelable
Members
Constructors
Ad
Source
Link copied to clipboard
constructor
(
id
:
String
,
withRemindAd
:
Int
,
delayMills
:
Long
=
0
,
isLiveContent
:
Boolean
=
false
)
Types
Companion
Link copied to clipboard
object
Companion
:
JSONUnmarshallable
<
VideoScheduleResponse.AdSource
>
Properties
delay
Mills
Link copied to clipboard
val
delayMills
:
Long
=
0
id
Link copied to clipboard
val
id
:
String
is
Live
Content
Link copied to clipboard
val
isLiveContent
:
Boolean
=
false
with
Remind
Ad
Link copied to clipboard
val
withRemindAd
:
Int