BrowserInstallation interface

يمثل تثبيتا يستند إلى مستعرض/دفع ويب.

يمتد

الخصائص

platform

النظام الأساسي للتثبيت.

الخصائص الموروثة

expirationTime

وقت انتهاء صلاحية التثبيت.

installationId

معرف التثبيت.

lastUpdate

تاريخ التحديث الأخير للتثبيت.

pushChannel

قناة الدفع لواجهة برمجة تطبيقات دفع الويب.

pushChannelExpired

هذه المعلمة صحيحة إذا انتهت صلاحية PNS القناة.

pushVariables

متغيرات الدفع للتثبيت.

tags

العلامات المستخدمة لاستهداف هذا التثبيت.

templates

قوالب التثبيت.

userId

معرف المستخدم للتثبيت المستخدم للاستهداف.

تفاصيل الخاصية

platform

النظام الأساسي للتثبيت.

platform: "browser"

قيمة الخاصية

"browser"

تفاصيل الخاصية الموروثة

expirationTime

وقت انتهاء صلاحية التثبيت.

expirationTime?: string

قيمة الخاصية

string

موروث منBrowserInstallationCommon.expirationTime

installationId

معرف التثبيت.

installationId: string

قيمة الخاصية

string

موروث منBrowserInstallationCommon.installationId

lastUpdate

تاريخ التحديث الأخير للتثبيت.

lastUpdate?: string

قيمة الخاصية

string

موروث منBrowserInstallationCommon.lastUpdate

pushChannel

قناة الدفع لواجهة برمجة تطبيقات دفع الويب.

pushChannel: BrowserPushChannel

قيمة الخاصية

موروث منBrowserInstallationCommon.pushChannel

pushChannelExpired

هذه المعلمة صحيحة إذا انتهت صلاحية PNS القناة.

pushChannelExpired?: boolean

قيمة الخاصية

boolean

موروث منBrowserInstallationCommon.pushChannelExpired

pushVariables

متغيرات الدفع للتثبيت.

pushVariables?: Record<string, string>

قيمة الخاصية

Record<string, string>

موروث منBrowserInstallationCommon.pushVariables

tags

العلامات المستخدمة لاستهداف هذا التثبيت.

tags?: string[]

قيمة الخاصية

string[]

الموروثة منBrowserInstallationCommon.tags

templates

قوالب التثبيت.

templates?: Record<string, InstallationTemplate>

قيمة الخاصية

Record<string, InstallationTemplate>

موروثة منBrowserInstallationCommon.templates

userId

معرف المستخدم للتثبيت المستخدم للاستهداف.

userId?: string

قيمة الخاصية

string

موروث منBrowserInstallationCommon.userId