C# Class PayPal.Forms.PayPalManager

Inheritance: PayPalPaymentDelegate
Afficher le fichier Open project: AlejandroRuiz/PayPal.Forms Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
GetTopViewController ( UIWindow window ) : UIViewController
RoundNumber ( double myNumber ) : string

Method Details

AuthorizeProfileSharing() public méthode

public AuthorizeProfileSharing ( System.Action onCancelled, Action onSuccess ) : void
onCancelled System.Action
onSuccess Action
Résultat void

BuyItem() public méthode

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
Résultat void

BuyItems() public méthode

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
Résultat void

FuturePayment() public méthode

public FuturePayment ( System.Action onCancelled, Action onSuccess ) : void
onCancelled System.Action
onSuccess Action
Résultat void

PayPalFuturePaymentDidCancel() public méthode

public PayPalFuturePaymentDidCancel ( PayPalFuturePaymentViewController futurePaymentViewController ) : void
futurePaymentViewController PayPalFuturePaymentViewController
Résultat void

PayPalFuturePaymentViewController() public méthode

public PayPalFuturePaymentViewController ( PayPalFuturePaymentViewController futurePaymentViewController, NSDictionary futurePaymentAuthorization ) : void
futurePaymentViewController PayPalFuturePaymentViewController
futurePaymentAuthorization NSDictionary
Résultat void

PayPalManager() public méthode

public PayPalManager ( PayPal xfconfig ) : System
xfconfig PayPal
Résultat System

PayPalPaymentDidCancel() public méthode

public PayPalPaymentDidCancel ( PayPalPaymentViewController paymentViewController ) : void
paymentViewController PayPalPaymentViewController
Résultat void

PayPalPaymentViewController() public méthode

public PayPalPaymentViewController ( PayPalPaymentViewController paymentViewController, PayPalPayment completedPayment ) : void
paymentViewController PayPalPaymentViewController
completedPayment PayPalPayment
Résultat void

PayPalProfileSharingViewController() public méthode

public PayPalProfileSharingViewController ( PayPalProfileSharingViewController profileSharingViewController, NSDictionary profileSharingAuthorization ) : void
profileSharingViewController PayPalProfileSharingViewController
profileSharingAuthorization NSDictionary
Résultat void

RequestCardData() public méthode

public RequestCardData ( System.Action onCancelled, Action onSuccess, PayPal scannerLogo ) : void
onCancelled System.Action
onSuccess Action
scannerLogo PayPal
Résultat void

UserDidCancelPayPalProfileSharingViewController() public méthode

public UserDidCancelPayPalProfileSharingViewController ( PayPalProfileSharingViewController profileSharingViewController ) : void
profileSharingViewController PayPalProfileSharingViewController
Résultat void

UserDidCancelPaymentViewController() public méthode

public UserDidCancelPaymentViewController ( CardIOPaymentViewController paymentViewController ) : void
paymentViewController CardIOPaymentViewController
Résultat void

UserDidProvideCreditCardInfo() public méthode

public UserDidProvideCreditCardInfo ( CardIOCreditCardInfo cardInfo, CardIOPaymentViewController paymentViewController ) : void
cardInfo CardIOCreditCardInfo
paymentViewController CardIOPaymentViewController
Résultat void