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

jvmMain.com.pubnub.api.endpoints.presence.HereNow.kt Maven / Gradle / Ivy

package com.pubnub.api.endpoints.presence

import com.pubnub.api.Endpoint
import com.pubnub.api.models.consumer.presence.PNHereNowResult

/**
 * @see [PubNub.hereNow]
 */
actual interface HereNow : Endpoint {
    val channels: List
    val channelGroups: List
    val includeState: Boolean
    val includeUUIDs: Boolean
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy