xamarinios
namespace UIKit
{
[Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "UIContextMenuInteractionDelegate", WrapperType = typeof(UIContextMenuInteractionDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillPerformPreviewAction", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UIContextMenuInteraction), typeof(UIContextMenuConfiguration), typeof(IUIContextMenuInteractionCommitAnimating) }, Selector = "contextMenuInteraction:willPerformPreviewActionForMenuWithConfiguration:animator:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillDisplayMenu", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UIContextMenuInteraction), typeof(UIContextMenuConfiguration), typeof(IUIContextMenuInteractionAnimating) }, Selector = "contextMenuInteraction:willDisplayMenuForConfiguration:animator:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillEnd", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UIContextMenuInteraction), typeof(UIContextMenuConfiguration), typeof(IUIContextMenuInteractionAnimating) }, Selector = "contextMenuInteraction:willEndForConfiguration:animator:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetConfigurationForMenu", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIContextMenuInteraction), typeof(CGPoint) }, ReturnType = typeof(UIContextMenuConfiguration), Selector = "contextMenuInteraction:configurationForMenuAtLocation:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetPreviewForHighlightingMenu", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIContextMenuInteraction), typeof(UIContextMenuConfiguration) }, ReturnType = typeof(UITargetedPreview), Selector = "contextMenuInteraction:previewForHighlightingMenuWithConfiguration:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetPreviewForDismissingMenu", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIContextMenuInteraction), typeof(UIContextMenuConfiguration) }, ReturnType = typeof(UITargetedPreview), Selector = "contextMenuInteraction:previewForDismissingMenuWithConfiguration:")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public interface IUIContextMenuInteractionDelegate : INativeObject, IDisposable
}
nuget.org | 0.0 %
Reference this API 0.0 %
Derive from this class or interface |
---|---|
.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. |