Share via


UIFocusAnimationCoordinator.AddCoordinatedUnfocusingAnimationsAsync Method

Definition

Adds the provided animations to the coordinated animation, and runs a completion handler when the main animations complete.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task AddCoordinatedUnfocusingAnimationsAsync(Action<UIKit.IUIFocusAnimationContext>? animations);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AddCoordinatedUnfocusingAnimationsAsync : Action<UIKit.IUIFocusAnimationContext> -> System.Threading.Tasks.Task
override this.AddCoordinatedUnfocusingAnimationsAsync : Action<UIKit.IUIFocusAnimationContext> -> System.Threading.Tasks.Task

Parameters

animations
Action<IUIFocusAnimationContext>

The animations to run.This parameter can be .

Returns

A task that represents the asynchronous AddCoordinatedUnfocusingAnimations operation

Attributes

Remarks

The AddCoordinatedUnfocusingAnimationsAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.

To be added.

Applies to