.NET Client Reference
Class Notification
Namespace: PlayerIOClient
Language: C# / .NET
A Notification
Properties | |||
---|---|---|---|
public Dictionary<string, string> |
The notification data |
||
public string |
The type of notification endpoint that will receive this notification |
||
public string |
The intended recipient (userId) of this notification |
||
Methods | |||
public Notification |
Add a specific argument to the Data of this notification |
Notification.Data
public Dictionary<string, string> |
|
The notification data
Notification.EndpointType
public string |
|
The type of notification endpoint that will receive this notification
Notification.RecipientUserId
public string |
|
The intended recipient (userId) of this notification
Notification.Set
public Notification |
|
Add a specific argument to the Data of this notification
Arguments
string | key |
The key to add | |
string | value |
The value to add |