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

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

package com.pubnub.internal.endpoints.channel_groups

import com.pubnub.api.endpoints.channel_groups.RemoveChannelChannelGroup
import com.pubnub.api.models.consumer.channel_group.PNChannelGroupsRemoveChannelResult
import com.pubnub.internal.EndpointImpl
import com.pubnub.internal.PubNubImpl

/**
 * @see [PubNubImpl.removeChannelsFromChannelGroup]
 */
class RemoveChannelChannelGroupImpl internal constructor(removeChannelChannelGroup: RemoveChannelChannelGroupInterface) :
    RemoveChannelChannelGroupInterface by removeChannelChannelGroup,
    RemoveChannelChannelGroup,
    EndpointImpl(removeChannelChannelGroup)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy