Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun handle(status: String)
As a status update is available this method will be invoked.
open fun handle(emrtdPassport: EmrtdPassport, exception: JSONException)
As the server sent the result to this client this method will be invoked.
open fun handle(code: Int, reason: String, remote: Boolean)
As a WebSocket Connection is closed, this method will be invoked.
Link copied to clipboard
open fun onCreate(savedInstanceState: Bundle)