ApsAlert interface

Signature:

export interface ApsAlert 

Propriétés

Propriété Taper Description
actionLocKey chaîne
corps chaîne
lancerImage chaîne
loArgs chaîne[]
clé de verrouillage chaîne
Sous-titre chaîne
sous-titreLocArgs chaîne[]
sous-titreLocKey chaîne
titre chaîne
titreLocArgs chaîne[]
titreLocKey chaîne

ApsAlert.actionLocKey

Signature:

actionLocKey?: string;

ApsAlert.body

Signature:

body?: string;

ApsAlert.launchImage

Signature:

launchImage?: string;

ApsAlert.locArgs

Signature:

locArgs?: string[];

ApsAlert.locKey

Signature:

locKey?: string;

ApsAlert.sous-titre

Signature:

subtitle?: string;

ApsAlert.subtitleLocArgs

Signature:

subtitleLocArgs?: string[];

ApsAlert.subtitleLocKey

Signature:

subtitleLocKey?: string;

ApsAlert.titre

Signature:

title?: string;

ApsAlert.titleLocArgs

Signature:

titleLocArgs?: string[];

ApsAlert.titleLocKey

Signature:

titleLocKey?: string;