kotlin

//pubnub-kotlin-api/com.pubnub.api.endpoints.channel_groups

Package-level declarations

Types

Name Summary
AddChannelChannelGroup [common, apple, js, jvm]
[common]
expect interface AddChannelChannelGroup : PNFuture<PNChannelGroupsAddChannelResult>
[apple, js]
actual interface AddChannelChannelGroup : PNFuture<PNChannelGroupsAddChannelResult>
[jvm]
actual interface AddChannelChannelGroup : Endpoint<PNChannelGroupsAddChannelResult>
AddChannelChannelGroupImpl [apple, js]
[apple]
class AddChannelChannelGroupImpl(pubnub: <Error class: unknown class>, channels: List<String>, channelGroup: String) : AddChannelChannelGroup
[js]
class AddChannelChannelGroupImpl(pubnub: PubNub, params: PubNub.AddChannelParameters) : EndpointImpl<Any, PNChannelGroupsAddChannelResult> , AddChannelChannelGroup
AllChannelsChannelGroup [common, apple, js, jvm]
[common]
expect interface AllChannelsChannelGroup : PNFuture<PNChannelGroupsAllChannelsResult>
[apple, js]
actual interface AllChannelsChannelGroup : PNFuture<PNChannelGroupsAllChannelsResult>
[jvm]
actual interface AllChannelsChannelGroup : Endpoint<PNChannelGroupsAllChannelsResult>
AllChannelsChannelGroupImpl [apple, js]
[apple]
class AllChannelsChannelGroupImpl(pubnub: <Error class: unknown class>, channelGroup: String) : AllChannelsChannelGroup
[js]
class AllChannelsChannelGroupImpl(pubnub: PubNub, params: PubNub.ListChannelsParameters) : EndpointImpl<PubNub.ListChannelsResponse, PNChannelGroupsAllChannelsResult> , AllChannelsChannelGroup
DeleteChannelGroup [common, apple, js, jvm]
[common]
expect interface DeleteChannelGroup : PNFuture<PNChannelGroupsDeleteGroupResult>
[apple, js]
actual interface DeleteChannelGroup : PNFuture<PNChannelGroupsDeleteGroupResult>
[jvm]
actual interface DeleteChannelGroup : Endpoint<PNChannelGroupsDeleteGroupResult>
DeleteChannelGroupImpl [apple, js]
[apple]
class DeleteChannelGroupImpl(pubnub: <Error class: unknown class>, channelGroup: String) : DeleteChannelGroup
[js]
class DeleteChannelGroupImpl(pubnub: PubNub, params: PubNub.DeleteGroupParameters) : EndpointImpl<Any, PNChannelGroupsDeleteGroupResult> , DeleteChannelGroup
ListAllChannelGroupImpl [apple, js]
[apple]
class ListAllChannelGroupImpl(pubnub: <Error class: unknown class>) : ListAllChannelGroup
[js]
class ListAllChannelGroupImpl(pubnub: PubNub) : EndpointImpl<PubNub.ListAllGroupsResponse, PNChannelGroupsListAllResult> , ListAllChannelGroup
RemoveChannelChannelGroup [common, apple, js, jvm]
[common]
expect interface RemoveChannelChannelGroup : PNFuture<PNChannelGroupsRemoveChannelResult>
[apple, js]
actual interface RemoveChannelChannelGroup : PNFuture<PNChannelGroupsRemoveChannelResult>
[jvm]
actual interface RemoveChannelChannelGroup : Endpoint<PNChannelGroupsRemoveChannelResult>
RemoveChannelChannelGroupImpl [apple, js]
[apple]
class RemoveChannelChannelGroupImpl(pubnub: <Error class: unknown class>, channels: List<String>, channelGroup: String) : RemoveChannelChannelGroup
[js]
class RemoveChannelChannelGroupImpl(pubnub: PubNub, params: PubNub.RemoveChannelParameters) : EndpointImpl<Any, PNChannelGroupsRemoveChannelResult> , RemoveChannelChannelGroup