C# Class PayPayiOSTest.PayPalManager

Inheritance: PayPalPaymentDelegate, IPayPalProfileSharingDelegate, IFlipsideViewControllerDelegate
Mostra file Open project: AlejandroRuiz/PayPal.Forms Class Usage Examples

Public Methods

Method 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

Method Description
GetTopViewController ( UIWindow window ) : UIViewController

Method Details

BuySomething() public method

public BuySomething ( ) : void
return void

FuturePayment() public method

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

PreconnectWithEnvironment() public method

public PreconnectWithEnvironment ( string enviroment ) : void
enviroment string
return void

UserDidCancelPayPalProfileSharingViewController() public method

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