showLoadingDialog

public final Unit showLoadingDialog(Activity activity, Integer textResId, Function0<Unit> inThreadLambda, Function0<Unit> postDismissLambda)

Show a loading dialog while a lambda is running in a thread

Parameters

activity

The activity to show the loading dialog in

textResId

The resource ID of the text to show in the loading dialog

inThreadLambda

The lambda to run in a thread while the loading dialog is showing

postDismissLambda

The lambda to run after the loading dialog is dismissed