Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
actual abstract class JsonElement
expect abstract class JsonElement
actual abstract class JsonElement
actual typealias JsonElement = com.google.gson.JsonElement
typealias JsonElement = com.google.gson.JsonElement
Link copied to clipboard
Link copied to clipboard

List of known PubNub errors. Observe them in PubNubException.pubnubError in PNStatus.exception.

Link copied to clipboard
actual class PubNubException : <ERROR CLASS> ERROR CLASS: Symbol not found for Exception

Custom exception wrapper for errors occurred during execution or processing of a PubNub API operation.

expect class PubNubException : Exception

Custom exception wrapper for errors occurred during execution or processing of a PubNub API operation.

actual class PubNubException : Exception

Custom exception wrapper for errors occurred during execution or processing of a PubNub API operation.

actual data class PubNubException : Exception

Custom exception wrapper for errors occurred during execution or processing of a PubNub API operation.

Link copied to clipboard
data class UserId(val value: String)

Functions

Link copied to clipboard
Link copied to clipboard
actual fun JsonElement.asDouble(): Double?
expect fun JsonElement.asDouble(): Double?
actual fun JsonElement.asDouble(): Double?
actual fun JsonElement.asDouble(): Double?
Link copied to clipboard
Link copied to clipboard
actual fun JsonElement.asLong(): Long?
expect fun JsonElement.asLong(): Long?
actual fun JsonElement.asLong(): Long?
actual fun JsonElement.asLong(): Long?
Link copied to clipboard
Link copied to clipboard
actual fun JsonElement.asNumber(): Number?
expect fun JsonElement.asNumber(): Number?
actual fun JsonElement.asNumber(): Number?
actual fun JsonElement.asNumber(): Number?
Link copied to clipboard
actual fun JsonElement.asString(): String?
expect fun JsonElement.asString(): String?
actual fun JsonElement.asString(): String?
actual fun JsonElement.asString(): String?
Link copied to clipboard
actual fun createJsonElement(any: Any?): JsonElement
expect fun createJsonElement(any: Any?): JsonElement
actual fun createJsonElement(any: Any?): JsonElement
actual fun createJsonElement(any: Any?): JsonElement
Link copied to clipboard
Link copied to clipboard
actual fun JsonElement.isNull(): Boolean
expect fun JsonElement.isNull(): Boolean
actual fun JsonElement.isNull(): Boolean
actual fun JsonElement.isNull(): Boolean