IMFMailComposeViewControllerDelegate Interfaz

Definición

Interfaz que representa los métodos necesarios (si los hay) del protocolo MFMailComposeViewControllerDelegate.

[Foundation.Protocol(Name="MFMailComposeViewControllerDelegate", WrapperType=typeof(MessageUI.MFMailComposeViewControllerDelegateWrapper))]
public interface IMFMailComposeViewControllerDelegate : IDisposable, UIKit.IUINavigationControllerDelegate
type IMFMailComposeViewControllerDelegate = interface
    interface INativeObject
    interface IDisposable
    interface IUINavigationControllerDelegate
Derivado
Atributos
Implementaciones

Comentarios

Esta interfaz contiene los métodos necesarios (si los hay) del protocolo definido por MFMailComposeViewControllerDelegate.

Si los desarrolladores crean clases que implementan esta interfaz, los métodos de implementación se exportarán automáticamente a Objective-C con la firma coincidente del método definido en el MFMailComposeViewControllerDelegate protocolo.

La clase proporciona MFMailComposeViewControllerDelegate_Extensions métodos opcionales (si los hay) como métodos de extensión a la interfaz, lo que permite a los desarrolladores invocar cualquier método opcional en el protocolo.

Propiedades

Handle

Identificador (puntero) a la representación del objeto no administrado.

(Heredado de INativeObject)

Métodos de extensión

Finished(IMFMailComposeViewControllerDelegate, MFMailComposeViewController, MFMailComposeResult, NSError)

Interfaz que representa los métodos necesarios (si los hay) del protocolo MFMailComposeViewControllerDelegate.

DidShowViewController(IUINavigationControllerDelegate, UINavigationController, UIViewController, Boolean)

Método de extensión llamado poco después de viewController que se haya hecho visible.

GetAnimationControllerForOperation(IUINavigationControllerDelegate, UINavigationController, UINavigationControllerOperation, UIViewController, UIViewController)

Llamado por el sistema para recuperar la animación de transición de .operation

GetInteractionControllerForAnimationController(IUINavigationControllerDelegate, UINavigationController, IUIViewControllerAnimatedTransitioning)

Llamado por el sistema para recuperar una animación de transición interactiva.

GetPreferredInterfaceOrientation(IUINavigationControllerDelegate, UINavigationController)

Se puede invalidar para establecer la orientación de interfaz preferida de .

SupportedInterfaceOrientations(IUINavigationControllerDelegate, UINavigationController)

Se puede invalidar para especificar dinámicamente las orientaciones admitidas de .

WillShowViewController(IUINavigationControllerDelegate, UINavigationController, UIViewController, Boolean)

Llamado por el sistema poco antes de que se muestre .

Se aplica a