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

commonMain.com.pubnub.api.models.consumer.presence.PNSetStateResult.kt Maven / Gradle / Ivy

package com.pubnub.api.models.consumer.presence

import com.pubnub.api.JsonElement

/**
 * Result of the [PubNubImpl.setPresenceState] operation.
 *
 * @property state The actual state object.
 */
class PNSetStateResult(
    val state: JsonElement,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy