@agribank/post-message
v0.4.2
Published
includes all communication protocols with super app
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"
});