WindowsNotification interface

代表 Windows 通知服務 (WNS) 推播通知。

Extends

屬性

contentType

推播通知的內容類型。

platform

推播通知的平臺。

繼承的屬性

body

推播通知的本文。

headers

要包含推播通知的標頭。

屬性詳細資料

contentType

推播通知的內容類型。

contentType: WindowsContentType

屬性值

platform

推播通知的平臺。

platform: "windows"

屬性值

"windows"

繼承的屬性詳細資料

body

推播通知的本文。

body: string

屬性值

string

繼承自NotificationCommon.body

headers

要包含推播通知的標頭。

headers?: Record<string, unknown>

屬性值

Record<string, unknown>

繼承自NotificationCommon.headers