Channel: Push Notifications Platform: Android Allowing setting a background image for the notification. This is a JSON object containing the following keys. See our Background Image documentation for image sizes.
| Name | Type | Description | Notes |
|---|---|---|---|
| image | str | Asset file, android resource name, or URL to remote image. | [optional] |
| headings_color | str | Title text color ARGB Hex format. Example(Blue) "FF0000FF". | [optional] |
| contents_color | str | Body text color ARGB Hex format. Example(Red) "FFFF0000". | [optional] |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |