Callback

fun interface Callback

Interface that represent javascript callback function which can be passed to the native module as a method parameter.

Inheritors

Functions

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

Schedule javascript function execution represented by this Callback instance