showIndeterminateProgressDialog

open fun showIndeterminateProgressDialog(@NonNull context: Context, @StringRes textResId: Int)

Shows an indeterminate progress dialog with a spinning indicator and the specified message.

Parameters

context

The context to use for creating the dialog.

textResId

String resource ID for the message to display.