WindowInsetsAnimation.Callback 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| 속성 | Description |
|---|---|
| WindowInsetsAnimation.Callback(Int32) |
지정된 |
| WindowInsetsAnimation.Callback(IntPtr, JniHandleOwnership) |
기존 Java Native Interface 개체 참조에 대한 관리되는 피어를 만듭니다. |
WindowInsetsAnimation.Callback(Int32)
지정된 WindowInsetsAnimation을 사용하여 새 #getDispatchMode() dispatch mode 콜백을 만듭니다.
[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()을(를) 참조하세요.
- 특성
설명
지정된 WindowInsetsAnimation을 사용하여 새 #getDispatchMode() dispatch mode 콜백을 만듭니다.
에 대한 android.view.WindowInsetsAnimation.Callback.Callback(int)Java 설명서
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.
적용 대상
WindowInsetsAnimation.Callback(IntPtr, JniHandleOwnership)
기존 Java Native Interface 개체 참조에 대한 관리되는 피어를 만듭니다.
protected Callback(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Views.WindowInsetsAnimation.Callback : nativeint * Android.Runtime.JniHandleOwnership -> Android.Views.WindowInsetsAnimation.Callback
매개 변수
- javaReference
-
IntPtr
nativeint
Java 참조에 사용되는 System.IntPtr 값입니다.
- transfer
- JniHandleOwnership
전송에 사용되는 Android.Runtime.JniHandleOwnership 값입니다.
설명
자세한 내용은 android.view.WindowInsetsAnimation.Callback에 대한 Android 참조 설명서를 참조하세요.