public static class PayPalNotificationListener.Observer extends Object
| Constructor and Description |
|---|
Observer() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleDeniedPaymentNotification(NSNotification n)
Method invoked by the NSNotificationCenter when it receives a DENIED notification from PayPalAction
|
void |
handleFailedPaymentNotification(NSNotification n)
Method invoked by the NSNotificationCenter when it receives a FAILED notification from PayPalAction
|
void |
handleInvalidPaymentNotification(NSNotification n)
Method invoked by the NSNotificationCenter when it receives a INVALID notification from PayPalAction
|
void |
handleNotification(String targetMethodName,
NSNotification n)
handleNotification checks to see if the delegate object can perform the method name passed in as the targetMethodName parameter.
|
void |
handlePendingPaymentNotification(NSNotification n)
Method invoked by the NSNotificationCenter when it receives a PENDING notification from PayPalAction
|
void |
handleValidPaymentNotification(NSNotification n)
Method invoked by the NSNotificationCenter when it receives a VALID notification from PayPalAction
|
public void handleDeniedPaymentNotification(NSNotification n)
n - NSNotificationpublic void handleFailedPaymentNotification(NSNotification n)
n - NSNotificationpublic void handleInvalidPaymentNotification(NSNotification n)
n - NSNotificationpublic void handlePendingPaymentNotification(NSNotification n)
n - NSNotificationpublic void handleValidPaymentNotification(NSNotification n)
n - NSNotificationpublic void handleNotification(String targetMethodName, NSNotification n)
targetMethodName - Stringn - NSNotificationCopyright © 2002 – 2025 Project Wonder.