from Uris
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
document Uris
List of document URIs for compound document.
passwords
List of passwords for compound document, may be null
.
content Signatures
List of content signatures for compound document, may be
null
.