ProgressDialog.onError

This method is called if there is an error when showing the progress dialog.

class ProgressDialog
void
onError
(
void delegate(
Throwable err
)
cb
)

Parameters

cb
Type: void delegate(
Throwable err
)

The call back to fire when there is an error.

Meta