stream-chat-android
5.15.0
stream-chat-android-ui-common
/
com.getstream.sdk.chat.model
/
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
)
Content copied to clipboard
A model for the currently selected attachment item.
Constructors
Properties
Constructors
Attachment
Meta
Data
Link copied to clipboard
fun
AttachmentMetaData
(
attachment
:
Attachment
)
Content copied to clipboard
Attachment
Meta
Data
Link copied to clipboard
fun
AttachmentMetaData
(
context
:
Context
,
file
:
File
)
Content copied to clipboard
Attachment
Meta
Data
Link copied to clipboard
fun
AttachmentMetaData
(
uri
:
Uri
?
=
null
,
type
:
String
?
=
null
,
mimeType
:
String
?
=
null
,
title
:
String
?
=
null
,
file
:
File
?
=
null
)
Content copied to clipboard
Properties
file
Link copied to clipboard
var
file
:
File
?
=
null
Content copied to clipboard
is
Selected
Link copied to clipboard
var
isSelected
:
Boolean
=
false
Content copied to clipboard
mime
Type
Link copied to clipboard
var
mimeType
:
String
?
=
null
Content copied to clipboard
selected
Position
Link copied to clipboard
var
selectedPosition
:
Int
=
0
Content copied to clipboard
size
Link copied to clipboard
var
size
:
Long
=
0
Content copied to clipboard
title
Link copied to clipboard
var
title
:
String
?
=
null
Content copied to clipboard
type
Link copied to clipboard
var
type
:
String
?
=
null
Content copied to clipboard
uri
Link copied to clipboard
var
uri
:
Uri
?
=
null
Content copied to clipboard
video
Length
Link copied to clipboard
var
videoLength
:
Long
=
0
Content copied to clipboard