C# Class PayPayiOSTest.PayPalManager

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

Méthodes publiques

Méthode Description
BuySomething ( ) : void
FuturePayment ( ) : void
PayPalFuturePaymentDidCancel ( PayPalFuturePaymentViewController futurePaymentViewController ) : void
PayPalFuturePaymentViewController ( PayPalFuturePaymentViewController futurePaymentViewController, NSDictionary futurePaymentAuthorization ) : void
PayPalManager ( string environmentProduction, string environmentSandbox ) : System
PayPalPaymentDidCancel ( PayPalPaymentViewController paymentViewController ) : void
PayPalPaymentViewController ( PayPalPaymentViewController paymentViewController, PayPalPayment completedPayment ) : void
PayPalProfileSharingViewController ( PayPalProfileSharingViewController profileSharingViewController, NSDictionary profileSharingAuthorization ) : void
PreconnectWithEnvironment ( string enviroment ) : void
UserDidCancelPayPalProfileSharingViewController ( PayPalProfileSharingViewController profileSharingViewController ) : void

Private Methods

Méthode Description
GetTopViewController ( UIWindow window ) : UIViewController

Method Details

BuySomething() public méthode

public BuySomething ( ) : void
Résultat void

FuturePayment() public méthode

public FuturePayment ( ) : void
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 ( string environmentProduction, string environmentSandbox ) : System
environmentProduction string
environmentSandbox string
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

PreconnectWithEnvironment() public méthode

public PreconnectWithEnvironment ( string enviroment ) : void
enviroment string
Résultat void

UserDidCancelPayPalProfileSharingViewController() public méthode

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