public static final class CfnCampaign.CampaignInAppMessageProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCampaign.CampaignInAppMessageProperty
CfnCampaign.CampaignInAppMessageProperty
CfnCampaign.CampaignInAppMessageProperty.Builder, CfnCampaign.CampaignInAppMessageProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getContent()
An array that contains configurtion information about the in-app message for the campaign, including title and body text, text colors, background colors, image URLs, and button configurations.
|
java.lang.Object |
getCustomConfig()
Custom data, in the form of key-value pairs, that is included in an in-app messaging payload.
|
java.lang.String |
getLayout()
A string that describes how the in-app message will appear.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getContent()
CfnCampaign.CampaignInAppMessageProperty
getContent
in interface CfnCampaign.CampaignInAppMessageProperty
public final java.lang.Object getCustomConfig()
CfnCampaign.CampaignInAppMessageProperty
getCustomConfig
in interface CfnCampaign.CampaignInAppMessageProperty
public final java.lang.String getLayout()
CfnCampaign.CampaignInAppMessageProperty
BOTTOM_BANNER
– a message that appears as a banner at the bottom of the page.TOP_BANNER
– a message that appears as a banner at the top of the page.OVERLAYS
– a message that covers entire screen.MOBILE_FEED
– a message that appears in a window in front of the page.MIDDLE_BANNER
– a message that appears as a banner in the middle of the page.CAROUSEL
– a scrollable layout of up to five unique messages.getLayout
in interface CfnCampaign.CampaignInAppMessageProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()