Installation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents device in Azure Notification Hub
[Newtonsoft.Json.JsonObject(ItemRequired=Newtonsoft.Json.Required.Default, MemberSerialization=Newtonsoft.Json.MemberSerialization.OptOut)]
public class Installation
[<Newtonsoft.Json.JsonObject(ItemRequired=Newtonsoft.Json.Required.Default, MemberSerialization=Newtonsoft.Json.MemberSerialization.OptOut)>]
type Installation = class
Public Class Installation
- Inheritance
-
Installation
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
Installation() |
Properties
ExpirationTime |
Gets or sets expiration for the installation |
InstallationId |
Get or sets unique identifier for the installation |
Platform |
Gets or sets notification platform for the installation |
PushChannel |
Gets or set registration id, token or URI obtained from platform-specific notification service |
PushChannelExpired |
Gets if installation is expired or not |
PushVariables |
Gets or sets collection of push variables |
SecondaryTiles |
Obsolete.
Gets or sets collection of secondary tiles for WNS |
Tags |
Gets or sets collection of tags |
Templates |
Gets or sets collection of templates |
UserId |
Get or sets unique identifier for the user |