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

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

package com.pubnub.internal.endpoints.push

import com.pubnub.api.endpoints.push.RemoveAllPushChannelsForDevice
import com.pubnub.api.models.consumer.push.PNPushRemoveAllChannelsResult
import com.pubnub.internal.EndpointImpl
import com.pubnub.internal.PubNubImpl

/**
 * @see [PubNubImpl.removeAllPushNotificationsFromDeviceWithPushToken]
 */
class RemoveAllPushChannelsForDeviceImpl internal constructor(
    removeAllPushChannelsForDevice: RemoveAllPushChannelsForDeviceInterface,
) : RemoveAllPushChannelsForDeviceInterface by removeAllPushChannelsForDevice,
    RemoveAllPushChannelsForDevice,
    EndpointImpl(removeAllPushChannelsForDevice)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy