C# Class PayPal.Forms.PayPalManager.CustomCardIOPaymentViewControllerDelegate

Inheritance: CardIOPaymentViewControllerDelegate
Mostra file Open project: AlejandroRuiz/PayPal.Forms

Public Methods

Method Description
CustomCardIOPaymentViewControllerDelegate ( PayPalManager manager ) : System
UserDidCancelPaymentViewController ( CardIOPaymentViewController paymentViewController ) : void
UserDidProvideCreditCardInfo ( CardIOCreditCardInfo cardInfo, CardIOPaymentViewController paymentViewController ) : void

Method Details

CustomCardIOPaymentViewControllerDelegate() public method

public CustomCardIOPaymentViewControllerDelegate ( PayPalManager manager ) : System
manager PayPalManager
return System

UserDidCancelPaymentViewController() public method

public UserDidCancelPaymentViewController ( CardIOPaymentViewController paymentViewController ) : void
paymentViewController CardIOPaymentViewController
return void

UserDidProvideCreditCardInfo() public method

public UserDidProvideCreditCardInfo ( CardIOCreditCardInfo cardInfo, CardIOPaymentViewController paymentViewController ) : void
cardInfo CardIOCreditCardInfo
paymentViewController CardIOPaymentViewController
return void