View.SetWindowInsetsAnimationCallback(WindowInsetsAnimation+Callback) Método

Definição

Define um WindowInsetsAnimation.Callback para ser notificado sobre animações de janelas que causam inserções.

[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

O retorno de chamada a ser definido.

Atributos

Comentários

Documentação Java para android.view.View.setWindowInsetsAnimationCallback(android.view.WindowInsetsAnimation.Callback).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usadas de acordo com os termos descritos na Licença de Atribuição Creative Commons 2.5.

Aplica-se a