DocumentSharingManager

Manager for handling pdf document sharing to other applications.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Shares bitmap.
Shares bitmap with given share action.
Link copied to clipboard
open fun shareDocument(@NonNull context: Context, @NonNull document: PdfDocument, @NonNull shareAction: ShareAction, @Nullable shareOptions: SharingOptions): DocumentSharingController
Share document using given action with optional sharing options for processing.
Share document to single share target.
open fun shareDocument(@NonNull context: Context, @NonNull document: PdfDocument, @NonNull shareTarget: ShareTarget, @Nullable shareOptions: SharingOptions): DocumentSharingController
Share document to single share target with optional sharing options for processing.
Link copied to clipboard
Shares embedded file.
Shares embedded file using given share action.
Link copied to clipboard
Shares sound data from sound annotation as a wave (".wav") file.
Link copied to clipboard
open fun shareText(@NonNull context: Context, @Nullable text: String)
Share simple text to other apps.