Toast

Create

Option

Notify Setting

px
px
px
px

Logs

你可以使用 `onCreate` 或 `onDestroy` 来跟踪所有创建与销毁的通知。

{{log.title}} {{log.content}} CreatedOn: {{log.createdOn | date:'mediumTime'}} DestroyedOn: {{log.destroyedOn | date:'mediumTime'}}

Browser Push

Request Permission

使用前需要用户授权!

this.notifyPushService.requestPermission()

Create

一旦用户授权,就可以使用下面代码发起浏览器通知。

this.notifyPushService.create('未处理消息 10 条').subscribe();