AbstractProtectCallback

Abstract Protect Callback that provides the raw content of the Callback, and common methods for sub classes to access.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open lateinit override var continueNode: ContinueNode

Functions

Link copied to clipboard
fun error(value: String)

Input the Client Error to the server

Link copied to clipboard
open override fun init(jsonObject: JsonObject): Callback
Link copied to clipboard
fun signal(value: String, error: String)

Input the Signal to the server