prepare Document For Sharing
Prepares document for sharing via Android share framework.
- Scheduler:
- Method does not operate by default on a particular Scheduler.
Return
Single emitting Uri that can be used for sharing the document to other apps or an error if the document could not be exported for sharing.
Parameters
Document we are going to share.
Task to use for processing the document before sharing.
Optional document name used for sharing (this is the shared document file name as seen by other apps).
Prepares document for sharing via Android share framework.
- Scheduler:
- Method does not operate by default on a particular Scheduler.
Return
Single emitting Uri that can be used for sharing the document to other apps or an error if the document could not be exported for sharing.
Parameters
Document that should be shared.
Task to use for processing the document before sharing.
Optional document name used for sharing (this is the shared document file name as seen by other apps).
Optional listener for PdfProcessor progress.
Prepares document for sharing via Android share framework.
- Scheduler:
- Method does not operate by default on a particular Scheduler.
Return
Single emitting Uri that can be used for sharing the document to other apps or an error if the document could not be exported for sharing.
Parameters
Document that should be shared.
Optional document name used for sharing (this is the shared document file name as seen by other apps).