com.pubnub.internal.endpoints.presence.SetStateInterface.kt Maven / Gradle / Ivy
package com.pubnub.internal.endpoints.presence
import com.pubnub.api.models.consumer.presence.PNSetStateResult
import com.pubnub.internal.EndpointInterface
interface SetStateInterface : EndpointInterface {
val channels: List
val channelGroups: List
val state: Any
val uuid: String
}