ApsAlert interface

签名:

export interface ApsAlert 

特性

财产类型描述
动作锁定键细绳
身体细绳
启动图像细绳
定位参数细绳[]
锁键细绳
字幕细绳
副标题定位参数细绳[]
字幕锁定键细绳
标题细绳
标题定位参数细绳[]
标题锁键细绳

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?: string;

ApsAlert.titleLocArgs

签名:

titleLocArgs?: string[];

ApsAlert.titleLocKey

签名:

titleLocKey?: string;