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
Errorrepresenting the reason for failure.
Declaration
Swift
func emailDidFailWith(_ error: Error) - error: The
EmailOrderConfirmationDelegate Protocol Reference