toggle menu
stream-chat-android
6.6.0
androidJvm
switch theme
search in API
stream-chat-android-compose
/
io.getstream.chat.android.compose.util
Package-level
declarations
Types
Types
Key
Value
Pair
Link copied to clipboard
data
class
KeyValuePair
<
out
K
,
out
V
>
(
val
key
:
K
,
val
value
:
V
)
Performs the same function as Kotlin's
Pair
with more exact naming.