Esempio n. 1
0
 public virtual android.app.AlertDialog.Builder setOnCancelListener(android.content.DialogInterfaceClass
                                                                    .OnCancelListener onCancelListener)
 {
     throw new System.NotImplementedException();
 }
Esempio n. 2
0
 protected internal AlertDialog(android.content.Context context, bool cancelable,
                                android.content.DialogInterfaceClass.OnCancelListener cancelListener) : base(context
                                                                                                             , resolveDialogTheme(context, 0))
 {
     throw new System.NotImplementedException();
 }
Esempio n. 3
0
 public static android.app.ProgressDialog show(android.content.Context context, java.lang.CharSequence
                                               title, java.lang.CharSequence message, bool indeterminate, bool cancelable, android.content.DialogInterfaceClass
                                               .OnCancelListener cancelListener)
 {
     throw new System.NotImplementedException();
 }