xamarinios
namespace UIKit
{
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "UIDropInteractionDelegate", WrapperType = typeof(UIDropInteractionDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SessionDidEnter", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIDropInteraction), typeof(IUIDropSession) }, Selector = "dropInteraction:sessionDidEnter:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SessionDidExit", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIDropInteraction), typeof(IUIDropSession) }, Selector = "dropInteraction:sessionDidExit:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "PerformDrop", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIDropInteraction), typeof(IUIDropSession) }, Selector = "dropInteraction:performDrop:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ConcludeDrop", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIDropInteraction), typeof(IUIDropSession) }, Selector = "dropInteraction:concludeDrop:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SessionDidEnd", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIDropInteraction), typeof(IUIDropSession) }, Selector = "dropInteraction:sessionDidEnd:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillAnimateDrop", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UIDropInteraction), typeof(UIDragItem), typeof(IUIDragAnimating) }, Selector = "dropInteraction:item:willAnimateDropWithAnimator:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "CanHandleSession", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIDropInteraction), typeof(IUIDropSession) }, ReturnType = typeof(bool), Selector = "dropInteraction:canHandleSession:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SessionDidUpdate", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIDropInteraction), typeof(IUIDropSession) }, ReturnType = typeof(UIDropProposal), Selector = "dropInteraction:sessionDidUpdate:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetPreviewForDroppingItem", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UIDropInteraction), typeof(UIDragItem), typeof(UITargetedDragPreview) }, ReturnType = typeof(UITargetedDragPreview), Selector = "dropInteraction:previewForDroppingItem:withDefault:")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public interface IUIDropInteractionDelegate : 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. |