View.SetWindowInsetsAnimationCallback(WindowInsetsAnimation+Callback) Method
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.
Sets a WindowInsetsAnimation.Callback
to be notified about animations of windows that
cause insets.
[Android.Runtime.Register("setWindowInsetsAnimationCallback", "(Landroid/view/WindowInsetsAnimation$Callback;)V", "GetSetWindowInsetsAnimationCallback_Landroid_view_WindowInsetsAnimation_Callback_Handler", ApiSince=30)]
public virtual void SetWindowInsetsAnimationCallback (Android.Views.WindowInsetsAnimation.Callback? callback);
[<Android.Runtime.Register("setWindowInsetsAnimationCallback", "(Landroid/view/WindowInsetsAnimation$Callback;)V", "GetSetWindowInsetsAnimationCallback_Landroid_view_WindowInsetsAnimation_Callback_Handler", ApiSince=30)>]
abstract member SetWindowInsetsAnimationCallback : Android.Views.WindowInsetsAnimation.Callback -> unit
override this.SetWindowInsetsAnimationCallback : Android.Views.WindowInsetsAnimation.Callback -> unit
- callback
- WindowInsetsAnimation.Callback
The callback to set.
- Attributes
Java documentation for android.view.View.setWindowInsetsAnimationCallback(android.view.Callback)
.
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.
Produkt | Wersje |
---|---|
.NET for Android | .NET for Android API 34, .NET for Android API 35 |