onResult
onResult callback for reporting the result of an asynchronous operation.
@CalledByNative void onResult(Error error);
- Since
- Available since v4.4.0.
Trigger Timing
This callback is triggered when the asynchronous operation completes to report the result.
Parameters
- error
- Status code or error code. See Error.