IWindowInsetsAnimationControlListener.OnFinished Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.