stream-chat-android
Toggle table of contents
7.2.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stream-chat-android
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.