IMFMessageComposeViewControllerDelegate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to receive notifications from the MFMessageComposeViewController class.
[Foundation.Protocol(Name="MFMessageComposeViewControllerDelegate", WrapperType=typeof(MessageUI.MFMessageComposeViewControllerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="Finished", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MessageUI.MFMessageComposeViewController), typeof(MessageUI.MessageComposeResult) }, Selector="messageComposeViewController:didFinishWithResult:")]
public interface IMFMessageComposeViewControllerDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="MFMessageComposeViewControllerDelegate", WrapperType=typeof(MessageUI.MFMessageComposeViewControllerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="Finished", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MessageUI.MFMessageComposeViewController), typeof(MessageUI.MessageComposeResult) }, Selector="messageComposeViewController:didFinishWithResult:")>]
type IMFMessageComposeViewControllerDelegate = interface
interface INativeObject
interface IDisposable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Methods
| Name | Description |
|---|---|
| Finished(MFMessageComposeViewController, MessageComposeResult) | |
Extension Methods
| Name | Description |
|---|---|
| GetHandle(INativeObject) | |
| GetNonNullHandle(INativeObject, String) | |