Public Member Functions | |
| void | handleDeniedPaymentNotification (NSNotification n) |
| void | handleFailedPaymentNotification (NSNotification n) |
| void | handleInvalidPaymentNotification (NSNotification n) |
| void | handleNotification (String targetMethodName, NSNotification n) |
| void | handlePendingPaymentNotification (NSNotification n) |
| void | handleValidPaymentNotification (NSNotification n) |
| void handleDeniedPaymentNotification | ( | NSNotification | n | ) |
Method invoked by the NSNotificationCenter when it receives a DENIED notification from PayPalAction
| n | NSNotification |
| void handleFailedPaymentNotification | ( | NSNotification | n | ) |
Method invoked by the NSNotificationCenter when it receives a FAILED notification from PayPalAction
| n | NSNotification |
| void handleInvalidPaymentNotification | ( | NSNotification | n | ) |
Method invoked by the NSNotificationCenter when it receives a INVALID notification from PayPalAction
| n | NSNotification |
| 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. If it can, it tries to invoke that method, passing the notification's object (a WORequest) as the parameter.
| targetMethodName | String | |
| n | NSNotification |
| void handlePendingPaymentNotification | ( | NSNotification | n | ) |
Method invoked by the NSNotificationCenter when it receives a PENDING notification from PayPalAction
| n | NSNotification |
| void handleValidPaymentNotification | ( | NSNotification | n | ) |
Method invoked by the NSNotificationCenter when it receives a VALID notification from PayPalAction
| n | NSNotification |
1.5.8