Stay organized with collections Save and categorize content based on your preferences.
FirebaseAdmin.Messaging.MessageRepresents a message that can be sent via Firebase Cloud Messaging (FCM).
SummaryContains payload information as well as the recipient information. The recipient information must be specified by setting exactly one of the Token, Topic or Condition fields.
PropertiesAndroid
AndroidConfig
Gets or sets the Android-specific information to be included in the message.
Apns
ApnsConfig
Gets or sets the APNs-specific information to be included in the message.
Condition
string
Gets or sets the FCM condition to which the message should be sent.
Data
IReadOnlyDictionary< string, string >
Gets or sets a collection of key-value pairs that will be added to the message as data fields.
FcmOptions
FcmOptions
Gets or sets the FCM options to be included in the message.
Notification
Notification
Gets or sets the notification information to be included in the message.
Token
string
Gets or sets the registration token of the device to which the message should be sent.
Topic
string
Gets or sets the name of the FCM topic to which the message should be sent.
Webpush
WebpushConfig
Gets or sets the Webpush-specific information to be included in the message.
Properties AndroidAndroidConfig Android
Gets or sets the Android-specific information to be included in the message.
ApnsApnsConfig Apns
Gets or sets the APNs-specific information to be included in the message.
Conditionstring Condition
Gets or sets the FCM condition to which the message should be sent.
Must be a valid condition string such as "'foo' in topics"
.
IReadOnlyDictionary< string, string > Data
Gets or sets a collection of key-value pairs that will be added to the message as data fields.
Keys and the values must not be null.
FcmOptionsFcmOptions FcmOptions
Gets or sets the FCM options to be included in the message.
NotificationNotification Notification
Gets or sets the notification information to be included in the message.
Tokenstring Token
Gets or sets the registration token of the device to which the message should be sent.
Topicstring Topic
Gets or sets the name of the FCM topic to which the message should be sent.
Topic names may contain the /topics/
prefix.
WebpushConfig Webpush
Gets or sets the Webpush-specific information to be included in the message.
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.
[[["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 2022-03-24 UTC."],[],[]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4