java.lang.Object | |||
↳ | com.pspdfkit.document.sharing.DocumentSharingController | ||
↳ | com.pspdfkit.document.sharing.DefaultDocumentSharingController | ||
↳ | com.pspdfkit.document.sharing.DefaultEmbeddedFileSharingController |
This class is deprecated.
Deprecated since this class does not provide any more logic on top of the base DefaultDocumentSharingController
. Use DefaultDocumentSharingController
instead.
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.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
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. |