public interface MFMailComposeViewControllerDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
didFinishWithResult(MFMailComposeViewController controller,
int MFMailComposeResult,
NSError p3)
It is used when the user wants to cancel the email message composing.
|
void didFinishWithResult(MFMailComposeViewController controller, int MFMailComposeResult, NSError p3)
controller - The MFMailComposeViewController that corresponds to
this delegate.MFMailComposeResult - The result of the email message composing.p3 - The error that occurred.MFMailComposeResultCopyright © 2020. All rights reserved.