| java.lang.Object | |||
| ↳ | com.pspdfkit.document.sharing.DocumentSharingController | ||
| ↳ | com.pspdfkit.document.sharing.DefaultDocumentSharingController | ||
| ↳ | com.pspdfkit.document.sharing.DefaultEmbeddedFileSharingController | ||
Controller used for sharing embedded files.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
DefaultEmbeddedFileSharingController(Context context)
Creates a default controller to handle the embedded files sharing process.
| |||||||||||
|
DefaultEmbeddedFileSharingController(Context context, ShareTarget shareTarget)
Creates a default document controller to handle the embedded files sharing process.
| |||||||||||
|
DefaultEmbeddedFileSharingController(Context context, ShareAction shareAction)
Creates a default controller to handle the embedded files sharing process.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void |
onDocumentPrepared(Uri shareUri)
Called when document is prepared for sharing.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pspdfkit.document.sharing.DefaultDocumentSharingController
| |||||||||||
From class
com.pspdfkit.document.sharing.DocumentSharingController
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates a default controller to handle the embedded files sharing process.
| context | Activity context. |
|---|
Creates a default document controller to handle the embedded files sharing process.
| context | Activity context. |
|---|---|
| shareTarget | Target of the share action. |
Creates a default controller to handle the embedded files sharing process.
| context | Activity context. |
|---|---|
| shareAction | Share action handled by this controller. |
Called when document is prepared for sharing.
| shareUri | Shared document Uri.
|
|---|