EmailOrderConfirmationDelegate
public protocol EmailOrderConfirmationDelegate : AnyObject
Notified of sending order confirmation by email
-
Called when the order confirmation was sent successfully
Declaration
Swift
func emailDidSucceed()
-
Called when there was an error sending the order confirmation
- error: The
Error
representing the reason for failure.
Declaration
Swift
func emailDidFailWith(_ error: Error)
- error: The