InstantPdfActivityIntentBuilder

Builder used for creating an intent for starting InstantPdfActivity. Allows setting the document and all of the necessary configuration.

Types

Link copied to clipboard
object Companion

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
fun build(): Intent

Builds Intent with the values provided in the [ ].

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.