setOnKeyListener
open fun setOnKeyListener(onKeyListener: DialogInterface.OnKeyListener): AlertDialog.Builder(source)
Sets the callback that will be called if a key is dispatched to the dialog.
Return
This Builder object to allow for chaining of calls to set methods