WindowsInstallation interface

Represents a Windows Notification Services (WNS) based installation.

Extends

Properties

platform

The platform for the installation.

Inherited Properties

expirationTime

The installation expiration time.

installationId

The ID for the installation.

lastUpdate

The last update date of the installation.

pushChannel

The push channel for a device.

pushChannelExpired

This parameter is true if the PNS expired the channel.

pushVariables

The push variables for the installation.

tags

The tags used for targeting this installation.

templates

The templates for the installation.

userId

The User ID for the installation used for targeting.

Property Details

platform

The platform for the installation.

platform: "wns"

Property Value

"wns"

Inherited Property Details

expirationTime

The installation expiration time.

expirationTime?: string

Property Value

string

Inherited From DeviceTokenInstallation.expirationTime

installationId

The ID for the installation.

installationId: string

Property Value

string

Inherited From DeviceTokenInstallation.installationId

lastUpdate

The last update date of the installation.

lastUpdate?: string

Property Value

string

Inherited From DeviceTokenInstallation.lastUpdate

pushChannel

The push channel for a device.

pushChannel: string

Property Value

string

Inherited From DeviceTokenInstallation.pushChannel

pushChannelExpired

This parameter is true if the PNS expired the channel.

pushChannelExpired?: boolean

Property Value

boolean

Inherited From DeviceTokenInstallation.pushChannelExpired

pushVariables

The push variables for the installation.

pushVariables?: Record<string, string>

Property Value

Record<string, string>

Inherited From DeviceTokenInstallation.pushVariables

tags

The tags used for targeting this installation.

tags?: string[]

Property Value

string[]

Inherited From DeviceTokenInstallation.tags

templates

The templates for the installation.

templates?: Record<string, InstallationTemplate>

Property Value

Record<string, InstallationTemplate>

Inherited From DeviceTokenInstallation.templates

userId

The User ID for the installation used for targeting.

userId?: string

Property Value

string

Inherited From DeviceTokenInstallation.userId