IWindowInsetsAnimationControlListener.OnFinished Method

Definition

Called when the request for control over the insets has WindowInsetsAnimationController#finish finished.

[Android.Runtime.Register("onFinished", "(Landroid/view/WindowInsetsAnimationController;)V", "GetOnFinished_Landroid_view_WindowInsetsAnimationController_Handler:Android.Views.IWindowInsetsAnimationControlListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)]
public void OnFinished (Android.Views.IWindowInsetsAnimationController controller);
[<Android.Runtime.Register("onFinished", "(Landroid/view/WindowInsetsAnimationController;)V", "GetOnFinished_Landroid_view_WindowInsetsAnimationController_Handler:Android.Views.IWindowInsetsAnimationControlListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]
abstract member OnFinished : Android.Views.IWindowInsetsAnimationController -> unit

Parameters

controller
IWindowInsetsAnimationController

the controller which has finished.

Attributes

Remarks

Called when the request for control over the insets has WindowInsetsAnimationController#finish finished.

Once this callback is invoked, the supplied WindowInsetsAnimationController is no longer WindowInsetsAnimationController#isReady() ready.

Control will not be regained until a new request to WindowInsetsController#controlWindowInsetsAnimation is made.

Java documentation for android.view.WindowInsetsAnimationControlListener.onFinished(android.view.WindowInsetsAnimationController).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to