LaunchableStatus

sealed interface LaunchableStatus

The status of whether this action is launchable.

Inheritors

Types

Link copied to clipboard

The action is already completed at date, but can still be launched to perform the action again.

Link copied to clipboard

The action is launchable and a flow can be started using the fragment built from Luscii.buildActionFlowFragment.

Link copied to clipboard

The action is not launchable right now, because it's only launchable after date.

Link copied to clipboard

The action is not launchable right now, because it was only launchable before date.

Link copied to clipboard

The action is not launchable right now.