ArcXP-Mobile-SDK-Android
ArcXP-Mobile-SDK-Android
/
com.arcxp.video.model
/
AdSettings
Ad
Settings
@
JsonClass
(
generateAdapter
=
true
)
data
class
AdSettings
(
val
enabled
:
Boolean
,
val
url
:
String
?
,
val
tag
:
String
?
,
val
encodingStatus
:
String
?
,
val
slate
:
Slate
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Ad
Settings
Link copied to clipboard
fun
AdSettings
(
enabled
:
Boolean
,
url
:
String
?
,
tag
:
String
?
,
encodingStatus
:
String
?
,
slate
:
Slate
?
)
Content copied to clipboard
Properties
enabled
Link copied to clipboard
val
enabled
:
Boolean
Content copied to clipboard
encoding
Status
Link copied to clipboard
val
encodingStatus
:
String
?
Content copied to clipboard
slate
Link copied to clipboard
val
slate
:
Slate
?
Content copied to clipboard
tag
Link copied to clipboard
val
tag
:
String
?
Content copied to clipboard
url
Link copied to clipboard
val
url
:
String
?
Content copied to clipboard