kindlysdk
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
kindlysdk
kindlysdk
/
no.kindly.chatsdk.chat.presentation.chat.components.ui.form.components
/
FileUploadData
File
Upload
Data
data
class
FileUploadData
(
val
title
:
String
=
"Upload Image"
,
val
maxFiles
:
Int
=
5
,
val
onFilesChanged
:
(
List
<
Uri
>
)
->
Unit
=
{}
)
Members
Constructors
File
Upload
Data
Link copied to clipboard
constructor
(
title
:
String
=
"Upload Image"
,
maxFiles
:
Int
=
5
,
onFilesChanged
:
(
List
<
Uri
>
)
->
Unit
=
{}
)
Properties
accessibility
Id
Link copied to clipboard
val
accessibilityId
:
String
max
Files
Link copied to clipboard
val
maxFiles
:
Int
on
Files
Changed
Link copied to clipboard
val
onFilesChanged
:
(
List
<
Uri
>
)
->
Unit
title
Link copied to clipboard
val
title
:
String