Airship In-App Automation interface.
More...
|
| Task< bool > | IsPaused () |
| | Gets whether in-app automation is paused.
|
| Task | SetPaused (bool paused) |
| | Sets whether in-app automation is paused.
|
| Task< TimeSpan > | GetDisplayInterval () |
| | Gets the display interval for in-app messages.
|
| Task | SetDisplayInterval (TimeSpan interval) |
| | Sets the display interval for in-app messages.
|
Airship In-App Automation interface.
◆ GetDisplayInterval()
| Task< TimeSpan > AirshipDotNet.IAirshipInApp.GetDisplayInterval |
( |
| ) |
|
Gets the display interval for in-app messages.
- Returns
- The display interval.
◆ IsPaused()
| Task< bool > AirshipDotNet.IAirshipInApp.IsPaused |
( |
| ) |
|
Gets whether in-app automation is paused.
- Returns
- True if paused, false otherwise.
◆ SetDisplayInterval()
| Task AirshipDotNet.IAirshipInApp.SetDisplayInterval |
( |
TimeSpan | interval | ) |
|
Sets the display interval for in-app messages.
- Parameters
-
| interval | The display interval. |
◆ SetPaused()
| Task AirshipDotNet.IAirshipInApp.SetPaused |
( |
bool | paused | ) |
|
Sets whether in-app automation is paused.
- Parameters
-
| paused | True to pause, false to resume. |