customer-android-kotlin

//core/com.kustomer.core.providers/KusChatProvider/unsubscribeFromTypingStatus

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

See also

androidJvm

   
com.kustomer.core.models.chat.KusConversation  
com.kustomer.core.models.chat.KusChannelType.SHARED_CONVERSATION  

Parameters

androidJvm

   
sharedChannel - Channel name for typing indicators, which will be contained in KusConversation.channelInfo data with a channel type of KusChannelType.SHARED_CONVERSATION