語言

View.SetWindowInsetsAnimationCallback(WindowInsetsAnimation+Callback) 方法

定義

設定 要 WindowInsetsAnimation.Callback 收到有關視窗動畫導致 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

回敬片場。

屬性

備註

android.view.View.setWindowInsetsAnimationCallback(android.view.WindowInsetsAnimation.Callback)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於