xamarinios
namespace UIKit
{
    [Protocol(Name = "UIDocumentInteractionControllerDelegate", WrapperType = typeof(UIDocumentInteractionControllerDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidEndSendingToApplication", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIDocumentInteractionController), typeof(string) }, Selector = "documentInteractionController:didEndSendingToApplication:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillBeginSendingToApplication", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIDocumentInteractionController), typeof(string) }, Selector = "documentInteractionController:willBeginSendingToApplication:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidDismissOpenInMenu", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIDocumentInteractionController) }, Selector = "documentInteractionControllerDidDismissOpenInMenu:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidDismissOptionsMenu", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIDocumentInteractionController) }, Selector = "documentInteractionControllerDidDismissOptionsMenu:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidEndPreview", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIDocumentInteractionController) }, Selector = "documentInteractionControllerDidEndPreview:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillBeginPreview", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIDocumentInteractionController) }, Selector = "documentInteractionControllerWillBeginPreview:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillPresentOpenInMenu", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIDocumentInteractionController) }, Selector = "documentInteractionControllerWillPresentOpenInMenu:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillPresentOptionsMenu", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIDocumentInteractionController) }, Selector = "documentInteractionControllerWillPresentOptionsMenu:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "CanPerformAction", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIDocumentInteractionController), typeof(Selector) }, ReturnType = typeof(bool), Selector = "documentInteractionController:canPerformAction:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "PerformAction", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIDocumentInteractionController), typeof(Selector) }, ReturnType = typeof(bool), Selector = "documentInteractionController:performAction:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "RectangleForPreview", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIDocumentInteractionController) }, ReturnType = typeof(CGRect), Selector = "documentInteractionControllerRectForPreview:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ViewControllerForPreview", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIDocumentInteractionController) }, ReturnType = typeof(UIViewController), Selector = "documentInteractionControllerViewControllerForPreview:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ViewForPreview", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIDocumentInteractionController) }, ReturnType = typeof(UIView), Selector = "documentInteractionControllerViewForPreview:")]
    [Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
    public interface IUIDocumentInteractionControllerDelegate : INativeObject, IDisposable
}
.NET 6.07.08.09.0
Information specific to xamarinios
Assembly

Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API

05/21/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙