AppStoreService

interface AppStoreService

Service responsible for interfacing to an App Store to provide clients with the list of currently installed third-party apps.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val appStoreDisplayName: StringResolver

The app store name to display in the UI.

Link copied to clipboard
abstract val appStorePackageName: String?

Package name of the app store APK or null if no app store is present.

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

The current state of installed third-party apps.