sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
core
/
androidx.core.provider
/
DocumentsContractCompat
/
isDocumentUri
is
Document
Uri
open
fun
isDocumentUri
(
@
NonNull
context
:
Context
,
@
Nullable
uri
:
Uri
)
:
Boolean
(
source
)
Checks if the given URI represents a
Document
backed by a
DocumentsProvider
.
See also
Documents
Contract