new Instance
Creates and returns a new Fragment to display a PDF document.
Return
New instance of fragment that can be attached to view hierarchy.
Parameters
Configuration for PDF display generated with .
Creates and returns a new Fragment to display a PDF document.
Return
New instance of fragment that can be attached to view hierarchy.
Parameters
Document password, can be null
.
Configuration for PDF display generated with .
Creates and returns a new Fragment to display a PDF document.
Return
New instance of fragment that can be attached to view hierarchy.
Parameters
Document password, can be null
.
Content signature, can be null
.
Configuration for PDF display generated with .
Creates and returns a new Fragment to display passed list of PDF documents as a single compound document.
Return
New instance of fragment that can be attached to view hierarchy.
Parameters
Configuration for PDF display generated with .
Creates and returns a new Fragment to display passed list of PDF documents as a single compound document.
Return
New instance of fragment that can be attached to view hierarchy.
Parameters
A list of corresponding passwords for the given documents.
Configuration for PDF display generated with .
Creates and returns a new Fragment to display passed list of PDF documents as a single compound document.
Return
New instance of Fragment that can be attached to view hierarchy.
Parameters
A list of corresponding passwords for the given documents.
A list of corresponding document content signatures for the given documents.
Configuration for PDF display generated with .
Creates and returns a new Fragment to display a PDF document from a custom data source.
Return
New instance of fragment that can be attached to view hierarchy.
Parameters
Instance of DataProvider to load data from. Note: this object WILL NOT BE RETAINED ON RECREATION unless it implements Parcelable interface.
Document password, can be null
.
Configuration for PDF display generated with .
Creates and returns a new Fragment to display a PDF document from a custom data source
Return
New instance of fragment that can be attached to view hierarchy.
Parameters
Instance of DataProvider to load data from. Note: this object WILL NOT BE RETAINED ON RECREATION unless it implements Parcelable interface.
Document password, can be null
.
Content signature, can be null
.
Configuration for PDF display generated with .
Creates and returns a new Fragment to display a PDF document from an already opened instance. This will not reload the document.
Return
New instance of fragment that can be attached to view hierarchy.
Parameters
An already opened instance of a PdfDocument object.
Configuration for PDF display generated with .
Creates and returns a new Fragment to display a PDF document from an PdfFragment. This will copy the state of the given Fragment while applying the new configuration.
Return
New instance of fragment that can be attached to view hierarchy.
Parameters
An already displayed PdfFragment to copy the state from.
Configuration for PDF display generated with .