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

com.pubnub.internal.endpoints.objects.channel.SetChannelMetadataImpl.kt Maven / Gradle / Ivy

package com.pubnub.internal.endpoints.objects.channel

import com.pubnub.api.endpoints.objects.channel.SetChannelMetadata
import com.pubnub.api.models.consumer.objects.channel.PNChannelMetadataResult
import com.pubnub.internal.EndpointImpl
import com.pubnub.internal.PubNubImpl

/**
 * @see [PubNubImpl.setChannelMetadata]
 */
class SetChannelMetadataImpl internal constructor(setChannelMetadata: SetChannelMetadataInterface) :
    SetChannelMetadata,
    SetChannelMetadataInterface by setChannelMetadata,
    EndpointImpl(setChannelMetadata)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy