Lenguaje

View.SetWindowInsetsAnimationCallback(WindowInsetsAnimation+Callback) Método

Definición

Establece un objeto WindowInsetsAnimation.Callback que se va a notificar sobre las animaciones de ventanas que provocan conjuntos.

[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

Parámetros

callback
WindowInsetsAnimation.Callback

Devolución de llamada que se va a establecer.

Atributos

Comentarios

Java documentación para android.view.View.setWindowInsetsAnimationCallback(android.view.WindowInsetsAnimation.Callback).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a