Callback1

interface Callback1<T>

This interface makes it possible to pass void callback functions with 1 parameter as Java lambda functions to some methods of the Webcom SDK.

Parameters

<T>

Type of the parameter of the callback function.

Functions

call
Link copied to clipboard
abstract fun call(result: T)
1-parameter void callback function.