com.pubnub.api.models.consumer.presence.PNWhereNowResult.kt Maven / Gradle / Ivy
package com.pubnub.api.models.consumer.presence
import com.pubnub.internal.PubNubCore
/**
* Result of the [PubNubCore.whereNow] operation.
*
* @property channels List of channels where a UUID is present.
*/
class PNWhereNowResult(
val channels: List,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy