toggle menu
stream-chat-android
6.6.0
androidJvm
switch theme
search in API
stream-chat-android-ui-common
/
io.getstream.chat.android.ui.common.state.messages.composer
/
AttachmentMetaData
Attachment
Meta
Data
data
class
AttachmentMetaData
(
var
uri
:
Uri
?
=
null
,
var
type
:
String
?
=
null
,
var
mimeType
:
String
?
=
null
,
var
title
:
String
?
=
null
,
var
file
:
File
?
=
null
,
var
extraData
:
Map
<
String
,
Any
>
=
mapOf()
)
A model for the currently selected attachment item.
Members
Constructors
Attachment
Meta
Data
Link copied to clipboard
constructor
(
attachment
:
Attachment
)
constructor
(
context
:
Context
,
file
:
File
)
constructor
(
uri
:
Uri
?
=
null
,
type
:
String
?
=
null
,
mimeType
:
String
?
=
null
,
title
:
String
?
=
null
,
file
:
File
?
=
null
,
extraData
:
Map
<
String
,
Any
>
=
mapOf()
)
Properties
extra
Data
Link copied to clipboard
var
extraData
:
Map
<
String
,
Any
>
file
Link copied to clipboard
var
file
:
File
?
is
Selected
Link copied to clipboard
var
isSelected
:
Boolean
mime
Type
Link copied to clipboard
var
mimeType
:
String
?
selected
Position
Link copied to clipboard
var
selectedPosition
:
Int
size
Link copied to clipboard
var
size
:
Long
title
Link copied to clipboard
var
title
:
String
?
type
Link copied to clipboard
var
type
:
String
?
uri
Link copied to clipboard
var
uri
:
Uri
?
video
Length
Link copied to clipboard
var
videoLength
:
Long