簽名:
export interface ApsAlert
屬性
屬性 | 類型 | 說明 |
---|---|---|
actionLocKey | 字串 | |
內文 | 字串 | |
launchImage | 字串 | |
locArgs | string[] | |
locKey | 字串 | |
副標題 | 字串 | |
subtitleLocArgs | string[] | |
subtitleLocKey | 字串 | |
title | 字串 | |
titleLocArgs | string[] | |
titleLocKey | 字串 |
ApsAlert.actionLocKey
簽名:
actionLocKey?: string;
ApsAlert.body
簽名:
body?: string;
ApsAlert.launchImage
簽名:
launchImage?: string;
ApsAlert.locArgs
簽名:
locArgs?: string[];
ApsAlert.locKey
簽名:
locKey?: string;
ApsAlert.子標題
簽名:
subtitle?: string;
ApsAlert.subtitleLocArgs
簽名:
subtitleLocArgs?: string[];
ApsAlert.subtitleLocKey
簽名:
subtitleLocKey?: string;
ApsAlert.title
簽名:
title?: string;
ApsAlert.titleLocArgs
簽名:
titleLocArgs?: string[];
ApsAlert.titleLocKey
簽名:
titleLocKey?: string;