toggle menu
nextgenAdSDK
androidJvm
switch theme
search in API
sdk_core
/
com.adition.sdk_core.internal.model
/
AdResponse
/
Options
Options
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
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
body
Link copied to clipboard
val
body
:
String
?
=
null
close
After
Link copied to clipboard
val
closeAfter
:
UInt
?
=
null
close
Button
After
Link copied to clipboard
val
closeButtonAfter
:
UInt
?
=
null
countdown
Color
Link copied to clipboard
val
countdownColor
:
String
?
=
null
uses
Custom
Close
Link copied to clipboard
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
)