Camera2Basic.ConfirmationDialog.NegativeListener.OnClick C# (CSharp) Méthode

OnClick() public méthode

public OnClick ( IDialogInterface dialog, int which ) : void
dialog IDialogInterface
which int
Résultat void
            public void OnClick(IDialogInterface dialog, int which)
            {
                Activity activity = mParent.Activity;
                if (activity != null)
                {
                    activity.Finish();
                }
            }
        }
ConfirmationDialog.NegativeListener