share Embedded File
open fun shareEmbeddedFile(@NonNull context: Context, @NonNull embeddedFile: EmbeddedFile, @NonNull shareAction: ShareAction): DocumentSharingController
Shares embedded file using given share action.
Return
Sharing controller that can be used to cancel the sharing process.
Parameters
share Action
Share action that will get executed.
open fun shareEmbeddedFile(@NonNull embeddedFile: EmbeddedFile, @NonNull controller: DocumentSharingController): DocumentSharingController
Shares embedded file. Sharing process will be managed by provided .
Return
Sharing controller that can be used to cancel the sharing process.
Parameters
controller
Controller to use for sharing.