Type alias EventHandlerResult

EventHandlerResult: boolean | void

EventHandler callback should not return a promise, because using await may postpone closing a paywall view.

We don't want to block the UI thread.

Generated using TypeDoc