Callback1

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

Functions

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