UniWebViewNativeResultPayload

Summary

Properties Summary

The identifier bound to this payload.

The result code contained in this payload.

Return value or data from native.

Properties

The identifier bound to this payload. It would be used internally to identify the callback.

The result code contained in this payload. Generally, "0" means the operation finished without problem, while a non-zero value means somethings goes wrong.

Return value or data from native. You should look at corresponding APIs to know what exactly contained in this.