addCameraResultCallback

fun addCameraResultCallback(resultCallback: (<Error class: unknown class><String>) -> Unit)

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