你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FirebaseV1NativeNotification interface

表示本机 FCM V1 通知消息有效负载。

属性

body

通知的正文文本。

image

包含要在设备上下载并显示在通知中的图像的 URL。

title

通知的标题。

属性详细信息

body

通知的正文文本。

body?: string

属性值

string

image

包含要在设备上下载并显示在通知中的图像的 URL。

image?: string

属性值

string

title

通知的标题。

title?: string

属性值

string