PayPayiOSTest.PayPalManager.PayPalPaymentDidCancel C# (CSharp) Method

PayPalPaymentDidCancel() public method

public PayPalPaymentDidCancel ( PayPalPaymentViewController paymentViewController ) : void
paymentViewController PayPalPaymentViewController
return void
		public override void PayPalPaymentDidCancel (PayPalPaymentViewController paymentViewController)
		{
			//throw new NotImplementedException ();
			Debug.WriteLine("PayPal Payment Cancelled");
			ResultText = "";
			//successView.hidden = true
			paymentViewController?.DismissViewController(true, null);
		}