Package 

Class Accessibility.Certification

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getCertifiedBy() Identifies a party responsible for the testing and certification of the accessibility of a Publication.
      final String getCredential() Identifies a credential or badge that establishes the authority of the party identified in the associated certifiedBy property to certify content accessible.
      final String getReport() Provides a link to an accessibility report created by the party identified in the associated certifiedBy property.
      JSONObject toJSON() Serializes the object to its JSON representation.
      • Methods inherited from class android.os.Parcelable

        describeContents, writeToParcel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Accessibility.Certification

        Accessibility.Certification(String certifiedBy, String credential, String report)
    • Method Detail

      • getCertifiedBy

         final String getCertifiedBy()

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

      • getCredential

         final String getCredential()

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

      • getReport

         final String getReport()

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