Notification

@Serializable
data class Notification(val result: LiveQueryAction<JsonElement>) : RpcResponse

Constructors

Link copied to clipboard
constructor(result: LiveQueryAction<JsonElement>)

Properties

Link copied to clipboard
open override val id: String? = null
Link copied to clipboard
val result: LiveQueryAction<JsonElement>