C# 클래스 PayPal.Forms.PayPalManager.CustomCardIOPaymentViewControllerDelegate

상속: CardIOPaymentViewControllerDelegate
파일 보기 프로젝트 열기: AlejandroRuiz/PayPal.Forms

공개 메소드들

메소드 설명
CustomCardIOPaymentViewControllerDelegate ( PayPalManager manager ) : System
UserDidCancelPaymentViewController ( CardIOPaymentViewController paymentViewController ) : void
UserDidProvideCreditCardInfo ( CardIOCreditCardInfo cardInfo, CardIOPaymentViewController paymentViewController ) : void

메소드 상세

CustomCardIOPaymentViewControllerDelegate() 공개 메소드

public CustomCardIOPaymentViewControllerDelegate ( PayPalManager manager ) : System
manager PayPalManager
리턴 System

UserDidCancelPaymentViewController() 공개 메소드

public UserDidCancelPaymentViewController ( CardIOPaymentViewController paymentViewController ) : void
paymentViewController CardIOPaymentViewController
리턴 void

UserDidProvideCreditCardInfo() 공개 메소드

public UserDidProvideCreditCardInfo ( CardIOCreditCardInfo cardInfo, CardIOPaymentViewController paymentViewController ) : void
cardInfo CardIOCreditCardInfo
paymentViewController CardIOPaymentViewController
리턴 void