/AWS1/CL_PPTCAMPAIGNINAPPMSG¶
In-app message configuration.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_body TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING¶
The message body of the notification, the email body or the text message.
it_content TYPE /AWS1/CL_PPTINAPPMESSAGECONT=>TT_LISTOFINAPPMESSAGECONTENT TT_LISTOFINAPPMESSAGECONTENT¶
In-app message content.
it_customconfig TYPE /AWS1/CL_PPTMAPOF__STRING_W=>TT_MAPOF__STRING TT_MAPOF__STRING¶
Custom config to be sent to client.
iv_layout TYPE /AWS1/PPTLAYOUT /AWS1/PPTLAYOUT¶
In-app message layout.
Queryable Attributes¶
Body¶
The message body of the notification, the email body or the text message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BODY() |
Getter for BODY, with configurable default |
ASK_BODY() |
Getter for BODY w/ exceptions if field has no value |
HAS_BODY() |
Determine if BODY has a value |
Content¶
In-app message content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENT() |
Getter for CONTENT, with configurable default |
ASK_CONTENT() |
Getter for CONTENT w/ exceptions if field has no value |
HAS_CONTENT() |
Determine if CONTENT has a value |
CustomConfig¶
Custom config to be sent to client.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMCONFIG() |
Getter for CUSTOMCONFIG, with configurable default |
ASK_CUSTOMCONFIG() |
Getter for CUSTOMCONFIG w/ exceptions if field has no value |
HAS_CUSTOMCONFIG() |
Determine if CUSTOMCONFIG has a value |
Layout¶
In-app message layout.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAYOUT() |
Getter for LAYOUT, with configurable default |
ASK_LAYOUT() |
Getter for LAYOUT w/ exceptions if field has no value |
HAS_LAYOUT() |
Determine if LAYOUT has a value |