toggle menu
nextgenAdSDK
androidJvm
switch theme
search in API
sdk_core
/
com.adition.sdk_core.internal.model
/
Img
Img
@
Serializable
data
class
Img
(
val
url
:
String
,
val
ext
:
ImgExt
?
=
null
)
:
Parcelable
Members
Constructors
Img
Link copied to clipboard
constructor
(
url
:
String
,
ext
:
ImgExt
?
=
null
)
Properties
ext
Link copied to clipboard
val
ext
:
ImgExt
?
=
null
url
Link copied to clipboard
val
url
:
String
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
)