Class PushNotificationUpdate
Inheritance
System.Object
PushNotificationUpdate
Namespace: Sensus.Notifications
Assembly: SensusAndroid.dll
Syntax
public class PushNotificationUpdate : Object
Constructors
PushNotificationUpdate()
Declaration
public PushNotificationUpdate()
Properties
Content
Update content. See PushNotificationUpdateType for the Content values to expect for each Type.
Declaration
public JObject Content { get; set; }
Property Value
Type | Description |
---|---|
Newtonsoft.Json.Linq.JObject | The content. |
Id
Gets or sets the identifier. If multiple PushNotificationUpdates have the same Id, then the one created most recently will be applied.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The identifier. |
JSON
Gets the JSON for the current PushNotificationUpdate.
Declaration
public JObject JSON { get; }
Property Value
Type | Description |
---|---|
Newtonsoft.Json.Linq.JObject | The JSON. |
Type
Update type. See PushNotificationUpdateType for the Content values to expect for each Type.
Declaration
public PushNotificationUpdateType Type { get; set; }
Property Value
Type | Description |
---|---|
PushNotificationUpdateType | The type. |