Certification

data class Certification(val certifiedBy: String?, val credential: String?, val report: String?) : JSONable, Parcelable

Certification of accessible publications.

Constructors

Link copied to clipboard
constructor(certifiedBy: String?, credential: String?, report: String?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifies a party responsible for the testing and certification of the accessibility of a Publication.

Link copied to clipboard

Identifies a credential or badge that establishes the authority of the party identified in the associated certifiedBy property to certify content accessible.

Link copied to clipboard

Provides a link to an accessibility report created by the party identified in the associated certifiedBy property.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open override fun toJSON(): JSONObject

Serializes the object to its JSON representation.

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