Class FirebaseMessage
Inheritance
System.Object
FirebaseMessage
Assembly: cs.temp.dll.dll
Syntax
public class FirebaseMessage
Properties
CollapseKey
Declaration
public string CollapseKey { get; }
Property Value
Type |
Description |
System.String |
|
Data
Declaration
public IDictionary<string, string> Data { get; set; }
Property Value
Type |
Description |
IDictionary<System.String, System.String> |
|
Error
Declaration
public string Error { get; }
Property Value
Type |
Description |
System.String |
|
ErrorDescription
Declaration
public string ErrorDescription { get; }
Property Value
Type |
Description |
System.String |
|
From
Declaration
public string From { get; }
Property Value
Type |
Description |
System.String |
|
Link
Declaration
Property Value
MessageId
Declaration
public string MessageId { get; set; }
Property Value
Type |
Description |
System.String |
|
MessageType
Declaration
public string MessageType { get; }
Property Value
Type |
Description |
System.String |
|
Notification
Declaration
public FirebaseNotification Notification { get; }
Property Value
NotificationOpened
Declaration
public bool NotificationOpened { get; }
Property Value
Type |
Description |
System.Boolean |
|
Priority
Declaration
public string Priority { get; }
Property Value
Type |
Description |
System.String |
|
RawData
Declaration
public string RawData { get; }
Property Value
Type |
Description |
System.String |
|
TimeToLive
Declaration
public TimeSpan TimeToLive { get; }
Property Value
Type |
Description |
System.TimeSpan |
|
To
Declaration
public string To { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
GetNotificationContentBadge()
Declaration
public int GetNotificationContentBadge()
Returns
Type |
Description |
System.Int32 |
|
ToNotificationContent()
Declaration
public NotificationContent ToNotificationContent()
Returns