stream-chat-android
5.11.9
stream-chat-android-ui-components
/
io.getstream.chat.android.ui.suggestion
/
Suggestions
Suggestions
sealed
class
Suggestions
Content copied to clipboard
Types
Functions
Inheritors
Types
Command
Suggestions
Link copied to clipboard
data
class
CommandSuggestions
(
val
commands
:
List
<
Command
>
)
:
Suggestions
Content copied to clipboard
Empty
Suggestions
Link copied to clipboard
object
EmptySuggestions
:
Suggestions
Content copied to clipboard
Mention
Suggestions
Link copied to clipboard
data
class
MentionSuggestions
(
val
users
:
List
<
User
>
)
:
Suggestions
Content copied to clipboard
Functions
has
Suggestions
Link copied to clipboard
fun
hasSuggestions
(
)
:
Boolean
Content copied to clipboard
Inheritors
MentionSuggestions
Link copied to clipboard
CommandSuggestions
Link copied to clipboard
EmptySuggestions
Link copied to clipboard