InstallationCommon interface
Notification Hubs のデバイスのインストールを表します。
プロパティ
| expiration |
インストールの有効期限。 |
| installation |
インストールの ID。 |
| last |
インストールの最終更新日。 |
| push |
PNS がチャネルの有効期限を切れた場合、このパラメーターは true です。 |
| push |
インストールのプッシュ変数。 |
| tags | このインストールをターゲットにするために使用されるタグ。 |
| templates | インストール用のテンプレート。 |
| user |
ターゲット設定に使用するインストールのユーザー ID。 |
プロパティの詳細
expirationTime
インストールの有効期限。
expirationTime?: string
プロパティ値
string
installationId
インストールの ID。
installationId: string
プロパティ値
string
lastUpdate
インストールの最終更新日。
lastUpdate?: string
プロパティ値
string
pushChannelExpired
PNS がチャネルの有効期限を切れた場合、このパラメーターは true です。
pushChannelExpired?: boolean
プロパティ値
boolean
pushVariables
インストールのプッシュ変数。
pushVariables?: Record<string, string>
プロパティ値
Record<string, string>
tags
このインストールをターゲットにするために使用されるタグ。
tags?: string[]
プロパティ値
string[]
templates
インストール用のテンプレート。
templates?: Record<string, InstallationTemplate>
プロパティ値
Record<string, InstallationTemplate>
userId
ターゲット設定に使用するインストールのユーザー ID。
userId?: string
プロパティ値
string