| com.pspdfkit.document.providers.UriDataProvider |
Known Indirect Subclasses
| AssetDataProvider |
Data provider for opening PDF documents directly from the app's assets. |
| ContentResolverDataProvider |
Data provider for opening PDF documents directly from a ContentProvider using Android's content resolver framework. |
|
Class Overview
A DataProvider that can return the source Uri it was created from. If a DataProvider implements this,
the PdfDocument will be able to return the Uri via PdfDocument#getDocumentSources()#getUri().
Summary
| Public Methods |
|
abstract
Uri
|
getUri()
Returns the Uri from which this provided was created.
|
Public Methods
public
abstract
Uri
getUri
()
Returns the Uri from which this provided was created.
Returns
- The
Uri this data provider was created from.