Profile

data class Profile(val uri: String) : Parcelable

Accessibility profile.

Constructors

Link copied to clipboard
constructor(uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether this profile matches WCAG level A.

Link copied to clipboard

Indicates whether this profile matches WCAG level AA.

Link copied to clipboard

Indicates whether this profile matches WCAG level AAA.

Link copied to clipboard
val uri: String

Functions

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