AppStoreInfo

data class AppStoreInfo(val displayName: StringResolver, val packageName: String?) : Parcelable

Information about a third party app store APK.

Constructors

Link copied to clipboard
fun AppStoreInfo(displayName: StringResolver, packageName: String?)

Properties

Link copied to clipboard
val displayName: StringResolver
Link copied to clipboard
val packageName: String?

Inherited functions

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