Stay organized with collections
Save and categorize content based on your preferences.
FirebaseAdmin.Messaging.Notification
Represents the notification parameters that can be included in a Message.
Summary
Properties
|
Body
|
string
Gets or sets the body of the notification.
|
ImageUrl
|
string
Gets or sets the URL of the image to be displayed in the notification.
|
Title
|
string
Gets or sets the title of the notification.
|
Properties
Body
string Body
Gets or sets the body of the notification.
ImageUrl
string ImageUrl
Gets or sets the URL of the image to be displayed in the notification.
Title
string Title
Gets or sets the title of the notification.
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 2022-03-24 UTC.
[null,null,["Last updated 2022-03-24 UTC."],[],[],null,["# FirebaseAdmin.Messaging.Notification Class Reference\n\nFirebaseAdmin.Messaging.Notification\n====================================\n\nRepresents the notification parameters that can be included in a [Message](/docs/reference/admin/dotnet/class/firebase-admin/messaging/message#class_firebase_admin_1_1_messaging_1_1_message).\n\nSummary\n-------\n\n| ### Properties ||\n|-----------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------|\n| [Body](#class_firebase_admin_1_1_messaging_1_1_notification_1ac2487f71a7b455553aed14f4276b1cd9) | `string` Gets or sets the body of the notification. |\n| [ImageUrl](#class_firebase_admin_1_1_messaging_1_1_notification_1a840a968041b33967f4bb2bbd6e88200f) | `string` Gets or sets the URL of the image to be displayed in the notification. |\n| [Title](#class_firebase_admin_1_1_messaging_1_1_notification_1a47986b4044134363ad8daa6e7234871d) | `string` Gets or sets the title of the notification. |\n\nProperties\n----------\n\n### Body\n\n```text\nstring Body\n``` \nGets or sets the body of the notification. \n\n### ImageUrl\n\n```text\nstring ImageUrl\n``` \nGets or sets the URL of the image to be displayed in the notification. \n\n### Title\n\n```text\nstring Title\n``` \nGets or sets the title of the notification."]]