DocumentEditorProgressDialog

Progress dialog for Document Editor.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun dismiss()
Dismisses the currently displayed dialog if one is showing.
Link copied to clipboard
open fun showErrorDialog(@NonNull context: Context, @StringRes textResId: Int)
Shows an error dialog with the specified message and an OK button to dismiss it.
Link copied to clipboard
open fun showIndeterminateProgressDialog(@NonNull context: Context, @StringRes textResId: Int)
Shows an indeterminate progress dialog with a spinning indicator and the specified message.