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

com.pubnub.internal.endpoints.push.RemoveChannelsFromPushImpl.kt Maven / Gradle / Ivy

package com.pubnub.internal.endpoints.push

import com.pubnub.api.endpoints.push.RemoveChannelsFromPush
import com.pubnub.api.models.consumer.push.PNPushRemoveChannelResult
import com.pubnub.internal.EndpointImpl
import com.pubnub.internal.PubNubImpl

/**
 * @see [PubNubImpl.removePushNotificationsFromChannels]
 */
class RemoveChannelsFromPushImpl internal constructor(
    removeChannelsFromPush: RemoveChannelsFromPushInterface,
) : RemoveChannelsFromPushInterface by removeChannelsFromPush,
    RemoveChannelsFromPush,
    EndpointImpl(removeChannelsFromPush)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy