Package-level declarations
Types
Link copied to clipboard
class CancelSchedulesAction @JvmOverloads constructor(automationGetter: () -> InAppAutomation = { Airship.inAppAutomation }) : Action
Action to cancel automation schedules.
Link copied to clipboard
Schedules a landing page to display ASAP.
Link copied to clipboard
class ScheduleAction @JvmOverloads constructor(scheduler: suspend (AutomationSchedule) -> Unit = {
Airship.inAppAutomation.upsertSchedules(listOf(it))
}) : Action
Action to schedule actions.
Link copied to clipboard