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

WebcomResultCallback

typealias WebcomResultCallback<T> = (WebcomResult<T>) -> Unit

Shortcut type for callbacks that return an object of a given type and that may fail.