toggle menu
nextgenAdSDK
androidJvm
switch theme
search in API
sdk_core
/
com.adition.sdk_core.internal.model
/
AdResponse
/
FileItem
File
Item
data
class
FileItem
(
val
url
:
String
,
val
name
:
String
,
val
options
:
AdResponse.FileItem.FileOptions
?
=
null
)
:
Parcelable
Members
Constructors
File
Item
Link copied to clipboard
constructor
(
url
:
String
,
name
:
String
,
options
:
AdResponse.FileItem.FileOptions
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
File
Options
Link copied to clipboard
class
FileOptions
(
val
clickUrl
:
String
,
val
sortOrder
:
Int
?
=
null
)
:
Parcelable
Properties
name
Link copied to clipboard
val
name
:
String
options
Link copied to clipboard
val
options
:
AdResponse.FileItem.FileOptions
?
=
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
)