0.4.2 • Published 8 months ago
@agribank/post-message v0.4.2
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"
});