ApsAlert interface

签名

export interface ApsAlert 

属性

属性 类型 说明
actionLocKey 字符串
正文 字符串
launchImage 字符串
locArgs 字符串[]
locKey 字符串
副标题 字符串
subtitleLocArgs 字符串[]
subtitleLocKey 字符串
title 字符串
titleLocArgs 字符串[]
titleLocKey 字符串

ApsAlert.actionLocKey

签名

actionLocKey?: string;

ApsAlert.body

签名

body?: string;

ApsAlert.launchImage

签名

launchImage?: string;

ApsAlert.locArgs

签名

locArgs?: string[];

ApsAlert.locKey

签名

locKey?: string;

ApsAlert.subtitle

签名

subtitle?: string;

ApsAlert.subtitleLocArgs

签名

subtitleLocArgs?: string[];

ApsAlert.subtitleLocKey

签名

subtitleLocKey?: string;

ApsAlert.title

签名

title?: string;

ApsAlert.titleLocArgs

签名

titleLocArgs?: string[];

ApsAlert.titleLocKey

签名

titleLocKey?: string;