//core/com.kustomer.core.providers/KusChatProvider/unsubscribeFromTypingStatus
[androidJvm]
abstract suspend fun unsubscribeFromTypingStatus(sharedChannel: String): KusResult<Boolean>
Unsubscribe for real-time agent typing events for a given conversation. The unsubscribe should happen whenever a user navigates away from that conversation UI
androidJvm
com.kustomer.core.models.chat.KusConversation | |
com.kustomer.core.models.chat.KusChannelType.SHARED_CONVERSATION |
androidJvm
sharedChannel | - Channel name for typing indicators, which will be contained in KusConversation.channelInfo data with a channel type of KusChannelType.SHARED_CONVERSATION |