C# Class PayPal.Forms.PayPalManager

Inheritance: PayPalPaymentDelegate
Mostrar archivo Open project: AlejandroRuiz/PayPal.Forms Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
GetTopViewController ( UIWindow window ) : UIViewController
RoundNumber ( double myNumber ) : string

Method Details

AuthorizeProfileSharing() public method

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

BuyItem() public method

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
return void

BuyItems() public method

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
return void

FuturePayment() public method

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

PayPalFuturePaymentDidCancel() public method

public PayPalFuturePaymentDidCancel ( PayPalFuturePaymentViewController futurePaymentViewController ) : void
futurePaymentViewController PayPalFuturePaymentViewController
return void

PayPalFuturePaymentViewController() public method

public PayPalFuturePaymentViewController ( PayPalFuturePaymentViewController futurePaymentViewController, NSDictionary futurePaymentAuthorization ) : void
futurePaymentViewController PayPalFuturePaymentViewController
futurePaymentAuthorization NSDictionary
return void

PayPalManager() public method

public PayPalManager ( PayPal xfconfig ) : System
xfconfig PayPal
return System

PayPalPaymentDidCancel() public method

public PayPalPaymentDidCancel ( PayPalPaymentViewController paymentViewController ) : void
paymentViewController PayPalPaymentViewController
return void

PayPalPaymentViewController() public method

public PayPalPaymentViewController ( PayPalPaymentViewController paymentViewController, PayPalPayment completedPayment ) : void
paymentViewController PayPalPaymentViewController
completedPayment PayPalPayment
return void

PayPalProfileSharingViewController() public method

public PayPalProfileSharingViewController ( PayPalProfileSharingViewController profileSharingViewController, NSDictionary profileSharingAuthorization ) : void
profileSharingViewController PayPalProfileSharingViewController
profileSharingAuthorization NSDictionary
return void

RequestCardData() public method

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

UserDidCancelPayPalProfileSharingViewController() public method

public UserDidCancelPayPalProfileSharingViewController ( PayPalProfileSharingViewController profileSharingViewController ) : void
profileSharingViewController PayPalProfileSharingViewController
return void

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