C# Класс PayPal.Forms.PayPalManager

Наследование: PayPalPaymentDelegate
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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