ApsAlert interface

サイン:

export interface ApsAlert 

プロパティ

財産タイプ説明
アクションロックキー
起動イメージ
locArgs弦[]
ロックキー
字幕
字幕LocArgs弦[]
字幕ロックキー
タイトル
titleLocArgs弦[]
タイトルロックキー

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;