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

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

package com.pubnub.internal.endpoints.presence

import com.pubnub.api.models.consumer.presence.PNHereNowResult
import com.pubnub.internal.EndpointInterface

interface HereNowInterface : EndpointInterface {
    val channels: List
    val channelGroups: List
    val includeState: Boolean
    val includeUUIDs: Boolean
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy