Package 

Class Publication.Profile

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class Publication.Profile
     implements Parcelable
                        

    Represents a Readium Web Publication Profile a Publication can conform to.

    For a list of supported profiles, see the registry: https://readium.org/webpub-manifest/profiles/

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String uri
    • Method Summary

      Modifier and Type Method Description
      final String getUri()
      • Methods inherited from class org.readium.r2.shared.publication.Publication.Profile

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

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

      • Publication.Profile

        Publication.Profile(String uri)