Share via


NotificationInstallation Class

Definition

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.
Where wns stands for "Windows Push Notification Services", and apns is "Apple Push Notification Service".

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