//core/com.kustomer.core.providers/KusChatProvider/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
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 |