Notification interface

可包含在消息中的通知

签名:

export interface Notification 

特性

财产类型描述
身体细绳通知主体
图片网址细绳要在通知中显示的图像的 URL。
标题细绳通知的标题。

通知正文

通知主体

签名:

body?: string;

通知.imageUrl

要在通知中显示的图像的 URL。

签名:

imageUrl?: string;

通知.标题

通知的标题。

签名:

title?: string;