findOfflineAssetUri

open fun findOfflineAssetUri(uri: Uri): Uri

Finds the local URI of a remote asset that has been downloaded successfully.

Return

null if the asset is not available, otherwise URI to the local copy of the asset.

Parameters

uri

the remote URI to the asset.