Exposes interfaces and annotations used for providing a convenient Java API from Kotlin classes and methods.
interface Callback0
This interface makes it possible to pass void callback functions with no parameter as Java lambda functions to some methods of the Webcom SDK. |
|
interface Callback1<T : Any!>
This interface makes it possible to pass void callback functions with 1 parameter as Java lambda functions to some methods of the Webcom SDK. |
class JavaApi
Not meant for public use. |