getSubscribedChannelGroups

expect abstract fun getSubscribedChannelGroups(): List<String>
actual abstract fun getSubscribedChannelGroups(): List<String>

Queries the local subscribe loop for channel groups currently in the mix.

Return

A list of channel groups the client is currently subscribed to.

actual abstract fun getSubscribedChannelGroups(): List<String>