FirebaseV1NativeNotification interface
表示本机 FCM V1 通知消息有效负载。
属性详细信息
body
通知的正文文本。
body?: string
属性值
string
image
包含要在设备上下载并显示在通知中的图像的 URL。
image?: string
属性值
string
title
通知的标题。
title?: string
属性值
string