C# 클래스 PayPal.Forms.PayPalManager

상속: PayPalPaymentDelegate
파일 보기 프로젝트 열기: AlejandroRuiz/PayPal.Forms 1 사용 예제들

공개 메소드들

메소드 설명
AuthorizeProfileSharing ( System.Action onCancelled, Action onSuccess ) : void
BuyItem ( PayPal item, Decimal xftax, System.Action onCancelled, Action onSuccess, Action onError, PayPal address ) : void
BuyItems ( PayPal items, Decimal xfshipping, Decimal xftax, System.Action onCancelled, Action onSuccess, Action onError, PayPal address ) : void
FuturePayment ( System.Action onCancelled, Action onSuccess ) : void
PayPalFuturePaymentDidCancel ( PayPalFuturePaymentViewController futurePaymentViewController ) : void
PayPalFuturePaymentViewController ( PayPalFuturePaymentViewController futurePaymentViewController, NSDictionary futurePaymentAuthorization ) : void
PayPalManager ( PayPal xfconfig ) : System
PayPalPaymentDidCancel ( PayPalPaymentViewController paymentViewController ) : void
PayPalPaymentViewController ( PayPalPaymentViewController paymentViewController, PayPalPayment completedPayment ) : void
PayPalProfileSharingViewController ( PayPalProfileSharingViewController profileSharingViewController, NSDictionary profileSharingAuthorization ) : void
RequestCardData ( System.Action onCancelled, Action onSuccess, PayPal scannerLogo ) : void
UserDidCancelPayPalProfileSharingViewController ( PayPalProfileSharingViewController profileSharingViewController ) : void
UserDidCancelPaymentViewController ( CardIOPaymentViewController paymentViewController ) : void
UserDidProvideCreditCardInfo ( CardIOCreditCardInfo cardInfo, CardIOPaymentViewController paymentViewController ) : void

비공개 메소드들

메소드 설명
GetTopViewController ( UIWindow window ) : UIViewController
RoundNumber ( double myNumber ) : string

메소드 상세

AuthorizeProfileSharing() 공개 메소드

public AuthorizeProfileSharing ( System.Action onCancelled, Action onSuccess ) : void
onCancelled System.Action
onSuccess Action
리턴 void

BuyItem() 공개 메소드

public BuyItem ( PayPal item, Decimal xftax, System.Action onCancelled, Action onSuccess, Action onError, PayPal address ) : void
item PayPal
xftax Decimal
onCancelled System.Action
onSuccess Action
onError Action
address PayPal
리턴 void

BuyItems() 공개 메소드

public BuyItems ( PayPal items, Decimal xfshipping, Decimal xftax, System.Action onCancelled, Action onSuccess, Action onError, PayPal address ) : void
items PayPal
xfshipping Decimal
xftax Decimal
onCancelled System.Action
onSuccess Action
onError Action
address PayPal
리턴 void

FuturePayment() 공개 메소드

public FuturePayment ( System.Action onCancelled, Action onSuccess ) : void
onCancelled System.Action
onSuccess Action
리턴 void

PayPalFuturePaymentDidCancel() 공개 메소드

public PayPalFuturePaymentDidCancel ( PayPalFuturePaymentViewController futurePaymentViewController ) : void
futurePaymentViewController PayPalFuturePaymentViewController
리턴 void

PayPalFuturePaymentViewController() 공개 메소드

public PayPalFuturePaymentViewController ( PayPalFuturePaymentViewController futurePaymentViewController, NSDictionary futurePaymentAuthorization ) : void
futurePaymentViewController PayPalFuturePaymentViewController
futurePaymentAuthorization NSDictionary
리턴 void

PayPalManager() 공개 메소드

public PayPalManager ( PayPal xfconfig ) : System
xfconfig PayPal
리턴 System

PayPalPaymentDidCancel() 공개 메소드

public PayPalPaymentDidCancel ( PayPalPaymentViewController paymentViewController ) : void
paymentViewController PayPalPaymentViewController
리턴 void

PayPalPaymentViewController() 공개 메소드

public PayPalPaymentViewController ( PayPalPaymentViewController paymentViewController, PayPalPayment completedPayment ) : void
paymentViewController PayPalPaymentViewController
completedPayment PayPalPayment
리턴 void

PayPalProfileSharingViewController() 공개 메소드

public PayPalProfileSharingViewController ( PayPalProfileSharingViewController profileSharingViewController, NSDictionary profileSharingAuthorization ) : void
profileSharingViewController PayPalProfileSharingViewController
profileSharingAuthorization NSDictionary
리턴 void

RequestCardData() 공개 메소드

public RequestCardData ( System.Action onCancelled, Action onSuccess, PayPal scannerLogo ) : void
onCancelled System.Action
onSuccess Action
scannerLogo PayPal
리턴 void

UserDidCancelPayPalProfileSharingViewController() 공개 메소드

public UserDidCancelPayPalProfileSharingViewController ( PayPalProfileSharingViewController profileSharingViewController ) : void
profileSharingViewController PayPalProfileSharingViewController
리턴 void

UserDidCancelPaymentViewController() 공개 메소드

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

UserDidProvideCreditCardInfo() 공개 메소드

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