All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pubnub.internal.endpoints.channel_groups.AllChannelsChannelGroupImpl.kt Maven / Gradle / Ivy

package com.pubnub.internal.endpoints.channel_groups

import com.pubnub.api.endpoints.channel_groups.AllChannelsChannelGroup
import com.pubnub.api.models.consumer.channel_group.PNChannelGroupsAllChannelsResult
import com.pubnub.internal.EndpointImpl
import com.pubnub.internal.PubNubImpl

/**
 * @see [PubNubImpl.listChannelsForChannelGroup]
 */
class AllChannelsChannelGroupImpl internal constructor(allChannelsChannelGroup: AllChannelsChannelGroupInterface) :
    AllChannelsChannelGroupInterface by allChannelsChannelGroup,
    AllChannelsChannelGroup,
    EndpointImpl(allChannelsChannelGroup)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy