ApsAlert interface

Tanda Tangan:

export interface ApsAlert 

Properti

Properti Jenis Deskripsi
actionLocKey string
isi string
launchImage string
locArgs {i>string<i}[]
locKey string
subtitel string
subtitleLocArgs {i>string<i}[]
subtitleLocKey string
title string
titleLocArgs {i>string<i}[]
titleLocKey string

ApsAlert.actionLocKey

Tanda Tangan:

actionLocKey?: string;

ApsAlert.body

Tanda Tangan:

body?: string;

ApsAlert.launchImage

Tanda Tangan:

launchImage?: string;

ApsAlert.locArgs

Tanda Tangan:

locArgs?: string[];

ApsAlert.locKey

Tanda Tangan:

locKey?: string;

ApsAlert.subtitle

Tanda Tangan:

subtitle?: string;

ApsAlert.subtitleLocArgs

Tanda Tangan:

subtitleLocArgs?: string[];

ApsAlert.subtitleLocKey

Tanda Tangan:

subtitleLocKey?: string;

ApsAlert.title

Tanda Tangan:

title?: string;

ApsAlert.titleLocArgs

Tanda Tangan:

titleLocArgs?: string[];

ApsAlert.titleLocKey

Tanda Tangan:

titleLocKey?: string;