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