kotlin

//pubnub-core-api/com.pubnub.api.models.consumer.channel_group

Package-level declarations

Types

Name Summary
PNChannelGroupsAddChannelResult [jvm]
class PNChannelGroupsAddChannelResult
Result of the AddChannelsToChannelGroup operation.
PNChannelGroupsAllChannelsResult [jvm]
class PNChannelGroupsAllChannelsResult(val channels: List<String>)
Result of the ListChannelsForChannelGroup operation.
PNChannelGroupsDeleteGroupResult [jvm]
class PNChannelGroupsDeleteGroupResult
Result of the DeleteChannelGroup operation.
PNChannelGroupsListAllResult [jvm]
class PNChannelGroupsListAllResult(val groups: List<String>)
Result of the ListAllChannelGroups operation.
PNChannelGroupsRemoveChannelResult [jvm]
class PNChannelGroupsRemoveChannelResult
Result of the RemoveChannelsFromChannelGroup operation.