VpaIdentifier

data class VpaIdentifier(val name: String) : Parcelable

A name used for uniquely identifying a particular VPA. It is not localized and should not be used for display in a production UI.

Constructors

Link copied to clipboard
fun VpaIdentifier(name: String)

Properties

Link copied to clipboard
val name: String

Inherited functions

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