NotificationInstallation 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.
The NotificationInstallation contains information for registering a device installation for push notifications through a notification hub.
public class NotificationInstallation
type NotificationInstallation = class
Public Class NotificationInstallation
- Inheritance
-
NotificationInstallation
Constructors
NotificationInstallation() |
Properties
InstallationId |
The device installation id to register. |
Platform |
The platform for this installation. The platform must be one of the following values: wns, apns. |
PushChannel |
The channel URI if registering the installation for WNS; Device Token if registering for APNS. |
SecondaryTiles |
A dictionary of secondary tile names to NotificationSecondaryTile objects to register with this installation. |
Tags |
A list of tags to register with this installation. |
Templates |
A dictionary of template names to NotificationTemplate objects. |
Applies to
Azure SDK for .NET