IUIViewControllerTransitionCoordinator.NotifyWhenInteractionEndsUsingBlock Method

Definition

Developers should not use this deprecated method. Developers should use 'NotifyWhenInteractionChanges' instead.

[Foundation.Export("notifyWhenInteractionEndsUsingBlock:")]
[Foundation.Preserve(Conditional=true)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'NotifyWhenInteractionChanges' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'NotifyWhenInteractionChanges' instead.")]
public void NotifyWhenInteractionEndsUsingBlock (Action<UIKit.IUIViewControllerTransitionCoordinatorContext> handler);
abstract member NotifyWhenInteractionEndsUsingBlock : Action<UIKit.IUIViewControllerTransitionCoordinatorContext> -> unit

Parameters

Attributes

Applies to