Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 890 Bytes

BasicNotificationAllOfAndroidBackgroundLayout.md

File metadata and controls

13 lines (9 loc) · 890 Bytes

OneSignalApi.Model.BasicNotificationAllOfAndroidBackgroundLayout

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.

Properties

Name Type Description Notes
Image string Asset file, android resource name, or URL to remote image. [optional]
HeadingsColor string Title text color ARGB Hex format. Example(Blue) "FF0000FF". [optional]
ContentsColor string Body text color ARGB Hex format. Example(Red) "FFFF0000". [optional]

[Back to Model list] [Back to API list] [Back to README]