AppIdentifierInfo

data class AppIdentifierInfo(val androidPackageId: String? = null) : ModelObject

Constructors

Link copied to clipboard
constructor(androidPackageId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

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