서명:
export interface ApsAlert
속성
속성 | 유형 | 설명 |
---|---|---|
actionLocKey를 사용하세요. | 문자열 | |
본문 | 문자열 | |
시작 이미지 | 문자열 | |
locArgs | 문자열[] | |
위치키 | 문자열 | |
부제목 | 문자열 | |
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;