I/O is live! Tune in for livestreamed keynotes and sessions May 20-21 starting at 10 AM PT.
Watch now.
Send feedback
NotificationPayload interface
bookmark_border bookmark
Stay organized with collections
Save and categorize content based on your preferences.
Display notification details. Details are sent through the Send API .
Signature:
export interface NotificationPayload
Properties
Property
Type
Description
body
string
The notification's body text.
icon
string
The URL to use for the notification's icon. If you don't send this key in the request, FCM displays the launcher icon specified in your app manifest.
image
string
The URL of an image that is downloaded on the device and displayed in the notification.
title
string
The notification's title.
NotificationPayload.body
The notification's body text.
Signature:
body? : string ;
NotificationPayload.icon
The URL to use for the notification's icon. If you don't send this key in the request, FCM displays the launcher icon specified in your app manifest.
Signature:
icon? : string ;
NotificationPayload.image
The URL of an image that is downloaded on the device and displayed in the notification.
Signature:
image? : string ;
NotificationPayload.title
The notification's title.
Signature:
title? : string ;
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-07-20 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-07-20 UTC."],[],[]]