Class DefaultDocumentSharingController

    • Constructor Detail

      • DefaultDocumentSharingController

        DefaultDocumentSharingController(Context context)
        Creates a default document controller to handle the document sharing process.
        Parameters:
        context - Activity context.
      • DefaultDocumentSharingController

        DefaultDocumentSharingController(Context context, ShareAction shareAction)
        Creates a default document controller to handle the document sharing process.
        Parameters:
        context - Activity context.
        shareAction - Share action handled by this controller.
      • DefaultDocumentSharingController

        DefaultDocumentSharingController(Context context, ShareTarget shareTarget)
        Creates a default document controller to handle the document sharing process.
        Parameters:
        context - Activity context.
        shareTarget - Target of the share action.