DeviceTokenInstallation interface

Represents an installation with a string based device token.

Extends

Properties

pushChannel

The push channel for a device.

Inherited 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

pushChannel

The push channel for a device.

pushChannel: string

Property Value

string

Inherited Property Details

expirationTime

The installation expiration time.

expirationTime?: string

Property Value

string

Inherited From InstallationCommon.expirationTime

installationId

The ID for the installation.

installationId: string

Property Value

string

Inherited From InstallationCommon.installationId

lastUpdate

The last update date of the installation.

lastUpdate?: string

Property Value

string

Inherited From InstallationCommon.lastUpdate

pushChannelExpired

This parameter is true if the PNS expired the channel.

pushChannelExpired?: boolean

Property Value

boolean

Inherited From InstallationCommon.pushChannelExpired

pushVariables

The push variables for the installation.

pushVariables?: Record<string, string>

Property Value

Record<string, string>

Inherited From InstallationCommon.pushVariables

tags

The tags used for targeting this installation.

tags?: string[]

Property Value

string[]

Inherited From InstallationCommon.tags

templates

The templates for the installation.

templates?: Record<string, InstallationTemplate>

Property Value

Record<string, InstallationTemplate>

Inherited From InstallationCommon.templates

userId

The User ID for the installation used for targeting.

userId?: string

Property Value

string

Inherited From InstallationCommon.userId