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