xamarinios
namespace UIKit
{
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "UISpringLoadedInteractionContext", WrapperType = typeof(UISpringLoadedInteractionContextWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "LocationInView", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIView) }, ReturnType = typeof(CGPoint), Selector = "locationInView:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "state", IsProperty = true, IsRequired = true, IsStatic = false, Name = "State", PropertyType = typeof(UISpringLoadedInteractionEffectState), Selector = "state")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Retain, GetterSelector = "targetView", IsProperty = true, IsRequired = true, IsStatic = false, Name = "TargetView", PropertyType = typeof(UIView), Selector = "targetView", SetterSelector = "setTargetView:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Retain, GetterSelector = "targetItem", IsProperty = true, IsRequired = true, IsStatic = false, Name = "TargetItem", PropertyType = typeof(NSObject), Selector = "targetItem", SetterSelector = "setTargetItem:")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public interface IUISpringLoadedInteractionContext : INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("locationInView:")]
[Preserve(Conditional = true)]
CGPoint LocationInView(UIView? view);
}
}
.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. |