fromUris

open fun fromUris(@NonNull documentUris: List<Uri>, @Nullable passwords: List<String>, @Nullable contentSignatures: List<String>): DocumentDescriptor

Creates descriptor for compound document loaded from multiple URIs.

Parameters

documentUris

List of document URIs for compound document.

passwords

List of passwords for compound document, may be null.

contentSignatures

List of content signatures for compound document, may be null.