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