public interface

UriDataProvider

com.pspdfkit.document.providers.UriDataProvider
Known Indirect Subclasses

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.