AppStore

data class AppStore(val app: App, val brandName: StringResolver) : Parcelable

A class representing an app store.

Constructors

Link copied to clipboard
fun AppStore(app: App, brandName: StringResolver)

Properties

Link copied to clipboard
val app: App

The App instance representing the app store implementation.

Link copied to clipboard
val brandName: StringResolver

Provides brand/provider name for the app which can be displayed in the UI.

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)