customer-android-kotlin

//core/com.kustomer.core.providers/KusChatProvider/subscribeToTypingStatus

subscribeToTypingStatus

[androidJvm]
abstract suspend fun subscribeToTypingStatus(sharedChannel: String): KusResult<Boolean>

Subscribe for real-time agent typing events for a given conversation. The subscription should happen when a user navigates to the conversation in 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