CallbackImpl

class CallbackImpl(jsInstance: JSInstance, callbackId: Int) : Callback

Implementation of javascript callback function that uses Bridge to schedule method execution.

Constructors

Link copied to clipboard
constructor(jsInstance: JSInstance, callbackId: Int)

Functions

Link copied to clipboard
open operator override fun invoke(vararg args: Any?)

Schedule javascript function execution represented by this Callback instance