toggle menu
nextgenAdSDK
androidJvm
switch theme
search in API
sdk_core
/
com.adition.sdk_core.internal.model
/
AdResponse
/
Body
/
Ext
Ext
data
class
Ext
(
val
adData
:
MutableMap
<
String
,
String
>
?
,
val
renderConfig
:
JSONObject
?
=
null
)
:
Parcelable
Members
Constructors
Ext
Link copied to clipboard
constructor
(
adData
:
MutableMap
<
String
,
String
>
?
,
renderConfig
:
JSONObject
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
ad
Data
Link copied to clipboard
val
adData
:
MutableMap
<
String
,
String
>
?
render
Config
Link copied to clipboard
val
renderConfig
:
JSONObject
?
=
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
)