toggle menu
nextgenAdSDK
androidJvm
switch theme
search in API
sdk_core
/
com.adition.sdk_core.internal.model
/
Options
Options
@
Serializable
data
class
Options
(
val
usesCustomClose
:
Boolean
?
=
null
,
val
body
:
String
?
=
null
,
val
closeAfter
:
UInt
?
=
null
,
val
closeButtonAfter
:
UInt
?
=
null
,
val
countdownColor
:
String
?
=
null
)
:
Parcelable
Members
Constructors
Options
Link copied to clipboard
constructor
(
usesCustomClose
:
Boolean
?
=
null
,
body
:
String
?
=
null
,
closeAfter
:
UInt
?
=
null
,
closeButtonAfter
:
UInt
?
=
null
,
countdownColor
:
String
?
=
null
)
Properties
body
Link copied to clipboard
val
body
:
String
?
=
null
close
After
Link copied to clipboard
@
SerialName
(
value
=
"closes_after"
)
val
closeAfter
:
UInt
?
=
null
close
Button
After
Link copied to clipboard
@
SerialName
(
value
=
"close_button_after"
)
val
closeButtonAfter
:
UInt
?
=
null
countdown
Color
Link copied to clipboard
@
SerialName
(
value
=
"countdown_color"
)
val
countdownColor
:
String
?
=
null
uses
Custom
Close
Link copied to clipboard
@
SerialName
(
value
=
"uses_custom_close"
)
val
usesCustomClose
:
Boolean
?
=
null
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)