WePay iOS SDK  7.0.0-prerelease-1
<WPCheckoutDelegate > Protocol Reference
Inheritance diagram for <WPCheckoutDelegate >:

Instance Methods

(void) - didStoreSignature:forCheckoutId:
 
(void) - didFailToStoreSignatureImage:forCheckoutId:withError:
 

Method Documentation

◆ didFailToStoreSignatureImage:forCheckoutId:withError:()

- (void WPCheckoutDelegate) didFailToStoreSignatureImage: (UIImage *)  image
forCheckoutId: (NSString *)  checkoutId
withError: (NSError *)  error 

Called when an error occurs while storing a signature.

Parameters
imageThe signature image to be stored.
checkoutIdThe checkout id associated with the signature.
errorThe 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
signatureUrlThe url for the signature image.
checkoutIdThe checkout id associated with the signature.

The documentation for this protocol was generated from the following file: