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

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

package com.pubnub.internal.endpoints.push

import com.pubnub.api.endpoints.push.AddChannelsToPush
import com.pubnub.api.models.consumer.push.PNPushAddChannelResult
import com.pubnub.internal.EndpointImpl
import com.pubnub.internal.PubNubImpl

/**
 * @see [PubNubImpl.addPushNotificationsOnChannels]
 */
class AddChannelsToPushImpl internal constructor(addChannelsToPush: AddChannelsToPushInterface) :
    AddChannelsToPushInterface by addChannelsToPush,
    AddChannelsToPush,
    EndpointImpl(addChannelsToPush)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy