DeviceTokenInstallation interface
يمثل تثبيتا مع رمز مميز للجهاز يستند إلى سلسلة.
- يمتد
الخصائص
| push |
قناة الدفع لجهاز. |
الخصائص الموروثة
| expiration |
وقت انتهاء صلاحية التثبيت. |
| installation |
معرف التثبيت. |
| last |
تاريخ التحديث الأخير للتثبيت. |
| push |
هذه المعلمة صحيحة إذا انتهت صلاحية PNS القناة. |
| push |
متغيرات الدفع للتثبيت. |
| tags | العلامات المستخدمة لاستهداف هذا التثبيت. |
| templates | قوالب التثبيت. |
| user |
معرف المستخدم للتثبيت المستخدم للاستهداف. |
تفاصيل الخاصية
pushChannel
قناة الدفع لجهاز.
pushChannel: string
قيمة الخاصية
string
تفاصيل الخاصية الموروثة
expirationTime
وقت انتهاء صلاحية التثبيت.
expirationTime?: string
قيمة الخاصية
string
installationId
lastUpdate
تاريخ التحديث الأخير للتثبيت.
lastUpdate?: string
قيمة الخاصية
string
موروث منInstallationCommon.lastUpdate
pushChannelExpired
هذه المعلمة صحيحة إذا انتهت صلاحية PNS القناة.
pushChannelExpired?: boolean
قيمة الخاصية
boolean
pushVariables
متغيرات الدفع للتثبيت.
pushVariables?: Record<string, string>
قيمة الخاصية
Record<string, string>
موروث منInstallationCommon.pushVariables
tags
العلامات المستخدمة لاستهداف هذا التثبيت.
tags?: string[]
قيمة الخاصية
string[]
موروثة منInstallationCommon.tags
templates
قوالب التثبيت.
templates?: Record<string, InstallationTemplate>
قيمة الخاصية
Record<string, InstallationTemplate>
موروث منInstallationCommon.templates
userId
معرف المستخدم للتثبيت المستخدم للاستهداف.
userId?: string
قيمة الخاصية
string
موروث منInstallationCommon.userId