Interface INotify

Interface for Web Notifications API Wrapper.

Index

Methods

Methods

public close()

Close the notification.

public destroy()

Remove all event listener.

public handleEvent(e: Event)

Parameters

  • e: Event

public onClickNotification()

public onCloseNotification()

public onErrorNotification()

public onShowNotification(e: Event)

Parameters

  • e: Event

public show()

Show the notification.