from Document Descriptor
open fun fromDocumentDescriptor(@NonNull context: Context, @NonNull documentDescriptor: Array<DocumentDescriptor>): PdfActivityIntentBuilder
Creates a new intent builder with document describe by DocumentDescriptor. If there are multiple passed document descriptors, documents for these descriptors will be displayed as tabs.
Return
Intent builder instance.
Parameters
context
Context of the calling component, used for intent creation.
document Descriptor
List of document descriptors for documents that should be displayed in the PdfActivity.