UNPKG

onesignal-web-sdk

Version:

Web push notifications from OneSignal.

24 lines (18 loc) 391 B
import Launcher from "../../../src/bell/Launcher"; export default class MockLauncher extends Launcher { async resize() { return undefined; } async show() { return undefined; } async hide() { return undefined; } async inactivate() { return undefined; } async activate() { return undefined; } }