Webcom Android SDK Public API Reference / com.orange.webcom.sdkv2.java / Callback1

Callback1

@FunctionalInterface 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.

Functions

call

abstract fun call(result: T): Unit