WindowInsetsAnimation.Callback コンストラクター

定義

オーバーロード

名前 説明
WindowInsetsAnimation.Callback(Int32)

指定した#getDispatchMode() dispatch modeを使用して新しいWindowInsetsAnimation コールバックを作成します。

WindowInsetsAnimation.Callback(IntPtr, JniHandleOwnership)

WindowInsetsAnimation.Callback(Int32)

指定した#getDispatchMode() dispatch modeを使用して新しいWindowInsetsAnimation コールバックを作成します。

[Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=30)]
public Callback(int dispatchMode);
[<Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=30)>]
new Android.Views.WindowInsetsAnimation.Callback : int -> Android.Views.WindowInsetsAnimation.Callback

パラメーター

dispatchMode
Int32

このコールバックのディスパッチ モード。 #getDispatchMode()を参照してください。

属性

注釈

指定した#getDispatchMode() dispatch modeを使用して新しいWindowInsetsAnimation コールバックを作成します。

android.view.WindowInsetsAnimation.Callback.WindowInsetsAnimation$Callback(int)の Java ドキュメント。

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象

WindowInsetsAnimation.Callback(IntPtr, JniHandleOwnership)

protected Callback(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Views.WindowInsetsAnimation.Callback : nativeint * Android.Runtime.JniHandleOwnership -> Android.Views.WindowInsetsAnimation.Callback

パラメーター

javaReference
IntPtr

nativeint

適用対象