Stay organized with collections
Save and categorize content based on your preferences.
FirebaseAdmin.Messaging.Action
Represents an action available to users when the notification is presented.
Summary
Constructors and Destructors
|
Action()
Initializes a new instance of the Action class.
|
Properties
|
ActionName
|
string
Gets or sets the name of the Action.
|
Icon
|
string
Gets or sets the icon URL.
|
Title
|
string
Gets or sets the title text.
|
Properties
ActionName
string ActionName
Gets or sets the name of the Action.
Icon
string Icon
Gets or sets the icon URL.
Title
string Title
Gets or sets the title text.
Public functions
Action
Action()
Initializes a new instance of the Action class.
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.Action Class Reference\n\nFirebaseAdmin.Messaging.Action\n==============================\n\nRepresents an action available to users when the notification is presented.\n\nSummary\n-------\n\n| ### Constructors and Destructors ||\n|---|---|\n| [Action](#class_firebase_admin_1_1_messaging_1_1_action_1a0046af25ad1d5918580af6859ce208d4)`()` Initializes a new instance of the [Action](/docs/reference/admin/dotnet/class/firebase-admin/messaging/action#class_firebase_admin_1_1_messaging_1_1_action) class. ||\n\n| ### Properties ||\n|-------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [ActionName](#class_firebase_admin_1_1_messaging_1_1_action_1ac6eec580a7015b32028dbad24f84e643) | `string` Gets or sets the name of the [Action](/docs/reference/admin/dotnet/class/firebase-admin/messaging/action#class_firebase_admin_1_1_messaging_1_1_action). |\n| [Icon](#class_firebase_admin_1_1_messaging_1_1_action_1a767e668ec4bc9a4c0efd308e13fe21a2) | `string` Gets or sets the icon URL. |\n| [Title](#class_firebase_admin_1_1_messaging_1_1_action_1a5002da7f3ff149c76eb3eed3b0a464af) | `string` Gets or sets the title text. |\n\nProperties\n----------\n\n### ActionName\n\n```text\nstring ActionName\n``` \nGets or sets the name of the [Action](/docs/reference/admin/dotnet/class/firebase-admin/messaging/action#class_firebase_admin_1_1_messaging_1_1_action). \n\n### Icon\n\n```text\nstring Icon\n``` \nGets or sets the icon URL. \n\n### Title\n\n```text\nstring Title\n``` \nGets or sets the title text.\n\nPublic functions\n----------------\n\n### Action\n\n```text\n Action()\n``` \nInitializes a new instance of the [Action](/docs/reference/admin/dotnet/class/firebase-admin/messaging/action#class_firebase_admin_1_1_messaging_1_1_action) class."]]