Airship.Net
AirshipDotNet.IAirshipInApp Interface Reference

Airship In-App Automation interface. More...

Public Member Functions

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.

Detailed Description

Airship In-App Automation interface.

Member Function Documentation

◆ 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
intervalThe display interval.

◆ SetPaused()

Task AirshipDotNet.IAirshipInApp.SetPaused ( bool paused)

Sets whether in-app automation is paused.

Parameters
pausedTrue to pause, false to resume.