Instant Pdf Activity Intent Builder
Builder used for creating an intent for starting InstantPdfActivity. Allows setting the document and all of the necessary configuration.
Functions
Link copied to clipboard
Sets a custom activity class used for document display. The activity must extend InstantPdfActivity and must be registered in the AndroidManifest.xml. If null is passed, the default InstantPdfActivity will be used for document display.
Link copied to clipboard
Sets PdfActivityConfiguration to be set on the target InstantPdfActivity in which the document(s) will be displayed. If null the default configuration will be set.