toggle menu
nextgenAdSDK
androidJvm
switch theme
search in API
sdk_core
/
com.adition.sdk_core.internal.model
/
Asset
Asset
@
Serializable
data
class
Asset
(
val
id
:
String
,
val
img
:
Img
,
val
link
:
LinkX
,
val
required
:
Int
)
:
Parcelable
Members
Constructors
Asset
Link copied to clipboard
constructor
(
id
:
String
,
img
:
Img
,
link
:
LinkX
,
required
:
Int
)
Properties
id
Link copied to clipboard
val
id
:
String
img
Link copied to clipboard
val
img
:
Img
link
Link copied to clipboard
val
link
:
LinkX
required
Link copied to clipboard
val
required
:
Int
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
)