ApsAlert interface

Signature:

exportinterfaceApsAlert

Properties

PropertyTypeDescription
actionLocKeystring
bodystring
launchImagestring
locArgsstring[]
locKeystring
subtitlestring
subtitleLocArgsstring[]
subtitleLocKeystring
titlestring
titleLocArgsstring[]
titleLocKeystring

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.subtitle

Signature:

subtitle?:string;

ApsAlert.subtitleLocArgs

Signature:

subtitleLocArgs?:string[];

ApsAlert.subtitleLocKey

Signature:

subtitleLocKey?:string;

ApsAlert.title

Signature:

title?:string;

ApsAlert.titleLocArgs

Signature:

titleLocArgs?:string[];

ApsAlert.titleLocKey

Signature:

titleLocKey?:string;

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2022-07-29 UTC.