addCameraResultCallback

fun addCameraResultCallback(resultCallback: (Result<String>) -> Unit)(source)

An Android specific function to get picture from the camera after resume when the application webview intent is killed.

Parameters

resultCallback

a callback function to get the Result, containing the picture or the exception