You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, which is the best way to subscribe to hide-notification-permission-dialog event?
I am using npm package and this kinda works, but typescript raises errors that Type '"onLoad"' is not assignable to type 'EventName'.ts(2322) and Property 'addEventHandler' does not exist on type 'Pushwoosh'.ts(2339)
Hello, which is the best way to subscribe to
hide-notification-permission-dialog
event?I am using npm package and this kinda works, but typescript raises errors that
Type '"onLoad"' is not assignable to type 'EventName'.ts(2322)
andProperty 'addEventHandler' does not exist on type 'Pushwoosh'.ts(2339)
The text was updated successfully, but these errors were encountered: