Stay organized with collections
Save and categorize content based on your preferences.
FirebaseAdmin.Messaging.MulticastMessage
Represents a message that can be sent to multiple devices via Firebase Cloud Messaging (FCM).
Summary
Contains payload information as well as the list of device registration tokens to which the message should be sent. A single MulticastMessage may contain up to 500 registration tokens.
[[["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."],[],[],null,["FirebaseAdmin.Messaging.MulticastMessage\n\nRepresents a message that can be sent to multiple devices via Firebase Cloud [Messaging](/docs/reference/admin/dotnet/namespace/firebase-admin/messaging#namespace_firebase_admin_1_1_messaging) (FCM).\n\nSummary\n\nContains payload information as well as the list of device registration tokens to which the message should be sent. A single [MulticastMessage](/docs/reference/admin/dotnet/class/firebase-admin/messaging/multicast-message#class_firebase_admin_1_1_messaging_1_1_multicast_message) may contain up to 500 registration tokens.\n\nProperties \n\nAndroid \n\n```text\nAndroidConfig Android\n``` \nGets or sets the Android-specific information to be included in the message. \n\nApns \n\n```text\nApnsConfig Apns\n``` \nGets or sets the APNs-specific information to be included in the message. \n\nData \n\n```text\nIReadOnlyDictionary\u003c string, string \u003e Data\n``` \nGets or sets a collection of key-value pairs that will be added to the message as data fields.\n\nKeys and the values must not be null. \n\nNotification \n\n```text\nNotification Notification\n``` \nGets or sets the notification information to be included in the message. \n\nTokens \n\n```text\nIReadOnlyList\u003c string \u003e Tokens\n``` \nGets or sets the registration tokens for the devices to which the message should be distributed. \n\nWebpush \n\n```text\nWebpushConfig Webpush\n``` \nGets or sets the Webpush-specific information to be included in the message."]]