AppLauncherService

interface AppLauncherService

Application service responsible for providing the list of currently available apps and allowing the currently active app to be set.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val appStoreApp: App?

The app store App or null if no app store is present.

Link copied to clipboard
abstract val appStoreBrandName: StringResolver?

The app store brand name to display in the UI or null if no app store is present.

Link copied to clipboard
abstract val installedApps: List<App>

The current list of apps to be shown in the app launcher.

Functions

Link copied to clipboard
abstract suspend fun launchApp(app: App)

Launch the given App.