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

com.pubnub.internal.endpoints.presence.SetStateImpl.kt Maven / Gradle / Ivy

package com.pubnub.internal.endpoints.presence

import com.pubnub.api.endpoints.presence.SetState
import com.pubnub.api.models.consumer.presence.PNSetStateResult
import com.pubnub.internal.EndpointImpl
import com.pubnub.internal.PubNubImpl

/**
 * @see [PubNubImpl.setPresenceState]
 */
class SetStateImpl internal constructor(setState: SetStateInterface) :
    SetStateInterface by setState,
    SetState,
    EndpointImpl(setState)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy