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

com.pubnub.internal.models.server.Envelope.kt Maven / Gradle / Ivy

package com.pubnub.internal.models.server

import com.google.gson.JsonElement

class Envelope {
    internal val status: Int = 0
    internal val message: String? = null
    internal val service: String? = null
    internal val payload: T? = null
    internal val occupancy: Int = 0
    internal val uuids: JsonElement? = null
    internal val action: String? = null
    internal val error: Boolean = false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy