public interface

DisplayContent

implements JsonSerializable
com.urbanairship.iam.DisplayContent
Known Indirect Subclasses

Class Overview

In-app message display content.

Summary

Nested Classes
@interface DisplayContent.ButtonLayout  
Constants
String ALLOW_FULLSCREEN_DISPLAY_KEY JSON key for flag to allow the message to display fullscreen.
String BACKGROUND_COLOR_KEY
String BODY_KEY
String BORDER_RADIUS_KEY
String BUTTONS_KEY
String BUTTON_LAYOUT_JOINED Buttons are displayed right next to each other.
String BUTTON_LAYOUT_KEY
String BUTTON_LAYOUT_SEPARATE Buttons are displayed with a space between them.
String BUTTON_LAYOUT_STACKED Buttons are stacked.
String DISMISS_BUTTON_COLOR_KEY
String DURATION_KEY
String FOOTER_KEY
String HEADING_KEY
String MEDIA_KEY
String PLACEMENT_KEY
String TEMPLATE_KEY
String URL_KEY
[Expand]
Inherited Methods
From interface com.urbanairship.json.JsonSerializable

Constants

public static final String ALLOW_FULLSCREEN_DISPLAY_KEY

JSON key for flag to allow the message to display fullscreen.

Constant Value: "allow_fullscreen_display"

public static final String BACKGROUND_COLOR_KEY

Constant Value: "background_color"

public static final String BODY_KEY

Constant Value: "body"

public static final String BORDER_RADIUS_KEY

Constant Value: "border_radius"

public static final String BUTTONS_KEY

Constant Value: "buttons"

public static final String BUTTON_LAYOUT_JOINED

Buttons are displayed right next to each other.

Constant Value: "joined"

public static final String BUTTON_LAYOUT_KEY

Constant Value: "button_layout"

public static final String BUTTON_LAYOUT_SEPARATE

Buttons are displayed with a space between them.

Constant Value: "separate"

public static final String BUTTON_LAYOUT_STACKED

Buttons are stacked.

Constant Value: "stacked"

public static final String DISMISS_BUTTON_COLOR_KEY

Constant Value: "dismiss_button_color"

public static final String DURATION_KEY

Constant Value: "duration"

public static final String FOOTER_KEY

Constant Value: "footer"

public static final String HEADING_KEY

Constant Value: "heading"

public static final String MEDIA_KEY

Constant Value: "media"

public static final String PLACEMENT_KEY

Constant Value: "placement"

public static final String TEMPLATE_KEY

Constant Value: "template"

public static final String URL_KEY

Constant Value: "url"