View.SetWindowInsetsAnimationCallback(WindowInsetsAnimation+Callback) Methode

Definition

Legt einen WindowInsetsAnimation.Callback Wert fest, der über Animationen von Fenstern benachrichtigt werden soll, die Zusätze verursachen.

[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

Parameter

callback
WindowInsetsAnimation.Callback

Der festzulegende Rückruf.

Attribute

Hinweise

Java Dokumentation für android.view.View.setWindowInsetsAnimationCallback(android.view.WindowInsetsAnimation.Callback).

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: