ErrorDialog

constructor(title: String? = null, message: String? = null)

Parameters

title

The title displayed in the dialog. If not provided a generic error title will be shown.

message

The message displayed in the dialog. If not provided a generic error message will be shown.