xamarinios
namespace UIKit
{
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "UIDropSession", WrapperType = typeof(UIDropSessionWrapper))]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "localDragSession", IsProperty = true, IsRequired = true, IsStatic = false, Name = "LocalDragSession", PropertyType = typeof(IUIDragSession), Selector = "localDragSession")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "LoadObjects", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V222) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(Class), typeof(Action<INSItemProviderReading[]>) }, ReturnType = typeof(NSProgress), Selector = "loadObjectsOfClass:completion:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Assign, GetterSelector = "progressIndicatorStyle", IsProperty = true, IsRequired = true, IsStatic = false, Name = "ProgressIndicatorStyle", PropertyType = typeof(UIDropSessionProgressIndicatorStyle), Selector = "progressIndicatorStyle", SetterSelector = "setProgressIndicatorStyle:")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public interface IUIDropSession : INSProgressReporting, INativeObject, IDisposable, IUIDragDropSession
}
nuget.org | 0.0 %
Reference this API |
---|---|
.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. |