xamarinios
namespace UIKit
{
[Introduced(PlatformName.iOS, 10, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "UIPreviewInteractionDelegate", WrapperType = typeof(UIPreviewInteractionDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidUpdatePreviewTransition", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UIPreviewInteraction), typeof(nfloat), typeof(bool) }, Selector = "previewInteraction:didUpdatePreviewTransition:ended:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidCancel", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIPreviewInteraction) }, Selector = "previewInteractionDidCancel:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidUpdateCommit", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UIPreviewInteraction), typeof(nfloat), typeof(bool) }, Selector = "previewInteraction:didUpdateCommitTransition:ended:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldBegin", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIPreviewInteraction) }, ReturnType = typeof(bool), Selector = "previewInteractionShouldBegin:")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public interface IUIPreviewInteractionDelegate : INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("previewInteraction:didUpdatePreviewTransition:ended:")]
[Preserve(Conditional = true)]
void DidUpdatePreviewTransition(UIPreviewInteraction! previewInteraction, nfloat transitionProgress, bool ended);
}
}
Xamarin iOS | 0.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. |