toggle menu
SendbirdUIKit-Compose
1.0.0
UIKit-Compose
switch theme
search in API
SendbirdUIKit-Compose
/
com.sendbird.uikit.compose.channels.group.detail
/
MessageInputMode
/
Edit
Edit
UIKit-Compose
class
Edit
(
val
messageId
:
Long
)
:
MessageInputMode
The edit mode of a specific message with the given
messageId
.
Since
1.0.0
Members
Constructors
Edit
Link copied to clipboard
UIKit-Compose
constructor
(
messageId
:
Long
)
Properties
message
Id
Link copied to clipboard
UIKit-Compose
val
messageId
:
Long
The id of the message to edit.
Functions
equals
Link copied to clipboard
UIKit-Compose
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
UIKit-Compose
open
override
fun
hashCode
(
)
:
Int