AppStoreDebugService

interface AppStoreDebugService

Service allowing display of Android apps to be toggled and selection of the currently active app store at runtime for debug/demo purposes.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val appStores: List<AppStoreInfo>

Provides the list of app stores to present in the debug tab.

Functions

Link copied to clipboard
abstract suspend fun setAndroidAppsEnabled(enabled: Boolean)

Allows display of Android apps to be toggled on and off via the app store debug tab.

Link copied to clipboard
abstract suspend fun setAppStore(appStoreInfo: AppStoreInfo)

Used to pass updated app store configuration parameters to the AppStoreService.