public interface MFMessageComposeViewControllerDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
didFinishWithResult(MFMessageComposeViewController controller,
int MessageComposeResult)
It is used when the user has finished message composing.
|
void didFinishWithResult(MFMessageComposeViewController controller, int MessageComposeResult)
controller - The MFMessageComposeViewController that corresponds to
this delegate.MessageComposeResult - The result of the message composing
operation.MessageComposeResultCopyright © 2020. All rights reserved.