InstallationCommon interface

Represents an installation for a device for Notification Hubs.

Properties

expirationTime

The installation expiration time.

installationId

The ID for the installation.

lastUpdate

The last update date of the installation.

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

expirationTime

The installation expiration time.

expirationTime?: string

Property Value

string

installationId

The ID for the installation.

installationId: string

Property Value

string

lastUpdate

The last update date of the installation.

lastUpdate?: string

Property Value

string

pushChannelExpired

This parameter is true if the PNS expired the channel.

pushChannelExpired?: boolean

Property Value

boolean

pushVariables

The push variables for the installation.

pushVariables?: Record<string, string>

Property Value

Record<string, string>

tags

The tags used for targeting this installation.

tags?: string[]

Property Value

string[]

templates

The templates for the installation.

templates?: Record<string, InstallationTemplate>

Property Value

Record<string, InstallationTemplate>

userId

The User ID for the installation used for targeting.

userId?: string

Property Value

string