ApsAlert interface Stay organized with collections Save and categorize content based on your preferences.
Signature:
exportinterfaceApsAlertProperties
| Property | Type | Description |
|---|---|---|
| actionLocKey | string | |
| body | string | |
| launchImage | string | |
| locArgs | string[] | |
| locKey | string | |
| subtitle | string | |
| subtitleLocArgs | string[] | |
| subtitleLocKey | string | |
| title | string | |
| titleLocArgs | string[] | |
| titleLocKey | string |
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.