/AWS1/CL_PPTINAPPCAMPAIGNSCHD¶
Schedule of the campaign.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_enddate TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING¶
The scheduled time after which the in-app message should not be shown. Timestamp is in ISO 8601 format.
io_eventfilter TYPE REF TO /AWS1/CL_PPTCAMPAIGNEVENTFILT /AWS1/CL_PPTCAMPAIGNEVENTFILT¶
The event filter the SDK has to use to show the in-app message in the application.
io_quiettime TYPE REF TO /AWS1/CL_PPTQUIETTIME /AWS1/CL_PPTQUIETTIME¶
Time during which the in-app message should not be shown to the user.
Queryable Attributes¶
EndDate¶
The scheduled time after which the in-app message should not be shown. Timestamp is in ISO 8601 format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDDATE() |
Getter for ENDDATE, with configurable default |
ASK_ENDDATE() |
Getter for ENDDATE w/ exceptions if field has no value |
HAS_ENDDATE() |
Determine if ENDDATE has a value |
EventFilter¶
The event filter the SDK has to use to show the in-app message in the application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTFILTER() |
Getter for EVENTFILTER |
QuietTime¶
Time during which the in-app message should not be shown to the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUIETTIME() |
Getter for QUIETTIME |