Defer Notification
Function to request for notification permission manually
window.WTN.registerNotification({
callback: function(data){
//data will contain the keys
}
});import { registerNotification } from "webtonative"
registerNotification({
callback: function(data){
//data will contain the keys
}
});Last updated