Back to All

Call javascript bridge.

Hi
Can I call JS bridge like below in inside my js file.

function fnCallback(){...}
gonative.localpreferences.nonpersistent.get({
key: 'mykey',
callback: fnCallback
});

And is there different of call JS bridge like that on IOS VS Android?