◆ didFailToStoreSignatureImage:forCheckoutId:withError:()
| - (void WPCheckoutDelegate) didFailToStoreSignatureImage: |
|
(UIImage *) |
image |
| forCheckoutId: |
|
(NSString *) |
checkoutId |
| withError: |
|
(NSError *) |
error |
|
|
| |
Called when an error occurs while storing a signature.
- Parameters
-
| image | The signature image to be stored. |
| checkoutId | The checkout id associated with the signature. |
| error | The error which caused the failure. |
◆ didStoreSignature:forCheckoutId:()
| - (void WPCheckoutDelegate) didStoreSignature: |
|
(NSString *) |
signatureUrl |
| forCheckoutId: |
|
(NSString *) |
checkoutId |
|
|
| |
Called when a signature is successfully stored for the given checkout id.
- Parameters
-
| signatureUrl | The url for the signature image. |
| checkoutId | The checkout id associated with the signature. |
The documentation for this protocol was generated from the following file: