xamarinios
namespace UIKit
{
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "UITextDropRequest", WrapperType = typeof(UITextDropRequestWrapper))]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "dropPosition", IsProperty = true, IsRequired = true, IsStatic = false, Name = "DropPosition", PropertyType = typeof(UITextPosition), Selector = "dropPosition")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "suggestedProposal", IsProperty = true, IsRequired = true, IsStatic = false, Name = "SuggestedProposal", PropertyType = typeof(UITextDropProposal), Selector = "suggestedProposal")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "isSameView", IsProperty = true, IsRequired = true, IsStatic = false, Name = "SameView", PropertyType = typeof(bool), Selector = "sameView")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "dropSession", IsProperty = true, IsRequired = true, IsStatic = false, Name = "DropSession", PropertyType = typeof(IUIDropSession), Selector = "dropSession")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public interface IUITextDropRequest : INativeObject, IDisposable
}
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. |