com.neomades.io.file.ExternalDirCallback |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onExternalDirResult(ExternalDirResult result)
Called when the primary shared/external storage directory is found.
|
Called when the primary shared/external storage directory is found. Use
ExternalDirResult
to retrieve the associated File
.
When requesting for the external storage, an authorization will be asked to
the user. The user may refuse and in this case the external directory cannot
be accessed. Check isAuthorizedByUser()
to know if
the user accepts to open the access to the external storage.
Available only on Android
result | the request result |
---|