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-client
/
io.getstream.chat.android.client.channel
/
ChannelClient
/
subscribeForSingle
subscribe
For
Single
fun
subscribeForSingle
(
eventType
:
String
,
listener
:
ChatEventListener
<
ChatEvent
>
)
:
Disposable
fun
<
T
:
ChatEvent
>
subscribeForSingle
(
eventType
:
Class
<
T
>
,
listener
:
ChatEventListener
<
T
>
)
:
Disposable