@agribank/post-message
v0.1.1
Published
includes all communication protocols with super app
Downloads
263
Readme
Communication
In order to communicate with super-app
we must have defined post-message protocols and message types. All supported
messages are included within this package.
Examples
usePostMessage({
callback: (response) => {
console.log(response);
},
message: "readSMS"
});