LandingPageAction
constructor(borderRadius: Float = DEFAULT_BORDER_RADIUS, scheduleExtender: ScheduleExtender? = null)
Default constructor
Parameters
borderRadius
: Optional border radius in points. Defaults to 2.
scheduleExtender
: Optional extender. Can be used to modify the landing page action schedule.
constructor(scheduler: suspend (AutomationSchedule) -> Unit, allowListChecker: (String) -> Boolean, scheduleExtender: ScheduleExtender? = null, borderRadius: Float, clock: Clock = Clock.DEFAULT_CLOCK)