Error

constructor(errorDialog: ErrorDialog?, reason: String? = null, dismissDropIn: Boolean = false)

Parameters

errorDialog

If set, a dialog will be shown with the data passed in ErrorDialog. If null, no dialog will be displayed.

reason

the reason of the error. You will receive this value back in your DropInCallback class. This value is not used internally by Drop-in.

dismissDropIn

whether Drop-in should be dismissed after presenting the Alert Dialog.