toggle menu
stream-chat-android
6.6.0
androidJvm
switch theme
search in API
stream-chat-android-ui-components
/
io.getstream.chat.android.ui.navigation.destinations
/
AttachmentDestination
Attachment
Destination
open
class
AttachmentDestination
(
var
message
:
Message
,
var
attachment
:
Attachment
,
context
:
Context
)
:
ChatDestination
Members
Constructors
Attachment
Destination
Link copied to clipboard
constructor
(
message
:
Message
,
attachment
:
Attachment
,
context
:
Context
)
Properties
attachment
Link copied to clipboard
var
attachment
:
Attachment
message
Link copied to clipboard
var
message
:
Message
Functions
navigate
Link copied to clipboard
open
override
fun
navigate
(
)
show
Attachment
Link copied to clipboard
fun
showAttachment
(
message
:
Message
,
attachment
:
Attachment
)