Exemption

data class Exemption(val value: String) : Parcelable

Exemption allows content creators to identify publications that do not meet conformance requirements but fall under exemptions in a given juridiction.

While this list is currently limited to exemptions covered by the European Accessibility Act, it will be extended to cover additional exemptions in the future.

Constructors

Link copied to clipboard
constructor(value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

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