Firebase.Messaging.FirebaseMessage

Summary

Inheritance

Inherits from: SystemIDisposable

Constructors and Destructors

FirebaseMessage()

Properties

CollapseKey
string
Data
global::System.Collections.Generic.IDictionary< string, string >
Error
string
ErrorDescription
string
From
string
MessageId
string
MessageType
string
Notification
Optional notification to show.
Priority
string
RawData
string
TimeToLive
System.TimeSpan
The Time To Live (TTL) for the message.
To
string

Public functions

Dispose()
void

Properties

CollapseKey

string CollapseKey

Data

global::System.Collections.Generic.IDictionary< string, string > Data

Error

string Error

ErrorDescription

string ErrorDescription

From

string From

MessageId

string MessageId

MessageType

string MessageType

Notification

FirebaseNotification Notification

Optional notification to show.

This only set if a notification was received with this message, otherwise it is null.

This field is only used for downstream messages received through FirebaseMessaging.MessageReceived.

Priority

string Priority

RawData

string RawData

TimeToLive

System.TimeSpan TimeToLive

The Time To Live (TTL) for the message.

This field is only used for downstream messages received through FirebaseMessaging.MessageReceived().

To

string To

Public functions

Dispose

void Dispose()

FirebaseMessage

 FirebaseMessage()

Send feedback about...

Need help? Visit our support page.