buildChildDocumentsUri

@Nullable
open fun buildChildDocumentsUri(@NonNull authority: @NonNull String, @Nullable parentDocumentId: @Nullable String): @Nullable Uri(source)

Build URI representing the children of the target directory in a document provider. When queried, a provider will return zero or more rows with columns defined by Document.

See also