Linker Wrapper Messages Structure
Linker wrapper post-message structure
Structure:
{webMessage:'message-id', payload: {...items}}Example:
function myFunction() {
if(window.isReactNativeApp){
window.ReactNatieWebView.postMessage(webMessage: 'iap-purchase-request', payload: {sku: string});
}
}<button onclick="myFunction()">Click</button>JS Injection Protocol
Last updated