BaseDocumentSharingDialog

Base class for all dialogs returning document sharing options. This class contains a it can send to which triggers the actual sharing to happen. If you want to cancel sharing you can dismiss your self without calling the listener.

See also

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Functions

Link copied to clipboard
open fun onCreate(@Nullable savedInstanceState: Bundle)
Link copied to clipboard
open fun onDismiss(dialog: DialogInterface)
Link copied to clipboard
open fun onSaveInstanceState(outState: Bundle)