- whichButton
- Which button to set the listener on, can be one of Android.Content.DialogInterface.ButtonPositive, Android.Content.DialogInterface.ButtonNegative, or Android.Content.DialogInterface.ButtonNeutral
- text
- The text to display in positive button.
- listener
- The Android.Content.IDialogInterfaceOnClickListener to use.
Set a listener to be invoked when the positive button of the dialog is pressed.