Stay organized with collections
Save and categorize content based on your preferences.
FirebaseAdmin.Messaging.WebpushConfig
Represents the Webpush protocol options that can be included in a Message.
Summary
Properties
|
Data
|
IReadOnlyDictionary< string, string >
Gets or sets the Webpush data fields.
|
FcmOptions
|
Gets or sets the Webpush options included in the message.
|
Headers
|
IReadOnlyDictionary< string, string >
Gets or sets the Webpush HTTP headers.
|
Notification
|
Gets or sets the Webpush notification included in the message.
|
Properties
Data
IReadOnlyDictionary< string, string > Data
Gets or sets the Webpush data fields.
When set, overrides any data fields set via Message.Data.
FcmOptions
WebpushFcmOptions FcmOptions
Gets or sets the Webpush options included in the message.
IReadOnlyDictionary< string, string > Headers
Notification
WebpushNotification Notification
Gets or sets the Webpush notification 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.
[null,null,["Last updated 2022-03-24 UTC."],[],[],null,["FirebaseAdmin.Messaging.WebpushConfig\n\nRepresents the Webpush protocol options 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\nProperties \n\nData \n\n```text\nIReadOnlyDictionary\u003c string, string \u003e Data\n``` \nGets or sets the Webpush data fields.\n\nWhen set, overrides any data fields set via [Message.Data](/docs/reference/admin/dotnet/class/firebase-admin/messaging/message#class_firebase_admin_1_1_messaging_1_1_message_1a60de8969556aba3ad8bef3726ba474b4). \n\nFcmOptions \n\n```text\nWebpushFcmOptions FcmOptions\n``` \nGets or sets the Webpush options included in the message. \n\nHeaders \n\n```text\nIReadOnlyDictionary\u003c string, string \u003e Headers\n``` \nGets or sets the Webpush HTTP headers.\n\nRefer [Webpush specification](https://tools.ietf.org/html/rfc8030#section-5) for supported headers. \n\nNotification \n\n```text\nWebpushNotification Notification\n``` \nGets or sets the Webpush notification included in the message."]]