Success response from the bridge SDK.
Returned when a JSBridge method completes successfully. The result field contains the JSBridge method's data.
result
The result data from the JSBridge method, or undefined if no result was returned
HTTP-style status code indicating the outcome of the JSBridge method call
Success response from the bridge SDK.
Remarks
Returned when a JSBridge method completes successfully. The
resultfield contains the JSBridge method's data.