ActivityManager.TaskDescription 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| Name | Description |
|---|---|
| ActivityManager.TaskDescription() |
이 생성자는 더 이상 사용되지 않습니다. |
| ActivityManager.TaskDescription(ActivityManager+TaskDescription) |
다른 TaskDescription의 복사본을 만듭니다. |
| ActivityManager.TaskDescription(String) |
이 생성자는 더 이상 사용되지 않습니다. |
| ActivityManager.TaskDescription(IntPtr, JniHandleOwnership) |
기존 Java Native Interface 개체의 관리되는 표현을 초기화합니다. |
| ActivityManager.TaskDescription(String, Bitmap) |
이 생성자는 더 이상 사용되지 않습니다. |
| ActivityManager.TaskDescription(String, Int32) |
이 생성자는 더 이상 사용되지 않습니다. |
| ActivityManager.TaskDescription(String, Bitmap, Color) |
이 생성자는 더 이상 사용되지 않습니다. |
| ActivityManager.TaskDescription(String, Int32, Color) |
이 생성자는 더 이상 사용되지 않습니다. |
ActivityManager.TaskDescription()
이 생성자는 더 이상 사용되지 않습니다.
[Android.Runtime.Register(".ctor", "()V", "")]
public TaskDescription();
- 특성
설명
이 생성자는 더 이상 사용되지 않습니다. 대신 Builder를 사용합니다.
빈 TaskDescription을 만듭니다.
에 대한 android.app.ActivityManager.TaskDescription.TaskDescriptionAndroid 참조
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.
적용 대상
ActivityManager.TaskDescription(ActivityManager+TaskDescription)
다른 TaskDescription의 복사본을 만듭니다.
[Android.Runtime.Register(".ctor", "(Landroid/app/ActivityManager$TaskDescription;)V", "")]
public TaskDescription(Android.App.ActivityManager.TaskDescription td);
[<Android.Runtime.Register(".ctor", "(Landroid/app/ActivityManager$TaskDescription;)V", "")>]
new Android.App.ActivityManager.TaskDescription : Android.App.ActivityManager.TaskDescription -> Android.App.ActivityManager.TaskDescription
매개 변수
ActivityManager.TaskDescription
- 특성
설명
다른 TaskDescription의 복사본을 만듭니다.
에 대한 android.app.ActivityManager.TaskDescription.TaskDescriptionAndroid 참조
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.
적용 대상
ActivityManager.TaskDescription(String)
이 생성자는 더 이상 사용되지 않습니다.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public TaskDescription(string label);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Android.App.ActivityManager.TaskDescription : string -> Android.App.ActivityManager.TaskDescription
매개 변수
- label
- String
문자열: 이 활동의 현재 상태에 대한 레이블 및 설명입니다.
- 특성
설명
이 생성자는 더 이상 사용되지 않습니다. 대신 Builder를 사용합니다.
지정된 값에 대한 TaskDescription을 만듭니다.
에 대한 android.app.ActivityManager.TaskDescription.TaskDescriptionAndroid 참조
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.
적용 대상
ActivityManager.TaskDescription(IntPtr, JniHandleOwnership)
기존 Java Native Interface 개체의 관리되는 표현을 초기화합니다.
protected TaskDescription(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.App.ActivityManager.TaskDescription : nativeint * Android.Runtime.JniHandleOwnership -> Android.App.ActivityManager.TaskDescription
매개 변수
- javaReference
-
IntPtr
nativeint
Java 네이티브 인터페이스 개체 참조입니다.
- transfer
- JniHandleOwnership
Java 네이티브 인터페이스 개체 참조에 적용할 소유권 이전입니다.
설명
이 생성자는 기존 Java 개체에 대한 관리되는 피어를 만들 때 Android 바인딩 런타임에 대한 .NET 의해 호출됩니다.
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.
적용 대상
ActivityManager.TaskDescription(String, Bitmap)
이 생성자는 더 이상 사용되지 않습니다.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/graphics/Bitmap;)V", "")]
public TaskDescription(string label, Android.Graphics.Bitmap icon);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/graphics/Bitmap;)V", "")>]
new Android.App.ActivityManager.TaskDescription : string * Android.Graphics.Bitmap -> Android.App.ActivityManager.TaskDescription
매개 변수
- label
- String
문자열: 이 활동의 현재 상태에 대한 레이블 및 설명입니다.
- icon
- Bitmap
비트맵: 이 활동의 현재 상태를 나타내는 아이콘입니다.
- 특성
설명
이 생성자는 더 이상 사용되지 않습니다. 대신 Builder를 사용합니다.
지정된 값에 대한 TaskDescription을 만듭니다.
에 대한 android.app.ActivityManager.TaskDescription.TaskDescriptionAndroid 참조
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.
적용 대상
ActivityManager.TaskDescription(String, Int32)
이 생성자는 더 이상 사용되지 않습니다.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;I)V", "", ApiSince=28)]
public TaskDescription(string label, int iconRes);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;I)V", "", ApiSince=28)>]
new Android.App.ActivityManager.TaskDescription : string * int -> Android.App.ActivityManager.TaskDescription
매개 변수
- label
- String
문자열: 이 활동의 현재 상태에 대한 레이블 및 설명입니다.
- iconRes
- Int32
int: 이 활동의 현재 상태를 나타내는 아이콘의 그리기 가능한 리소스입니다.
- 특성
설명
이 생성자는 더 이상 사용되지 않습니다. 대신 Builder를 사용합니다.
지정된 값에 대한 TaskDescription을 만듭니다.
에 대한 android.app.ActivityManager.TaskDescription.TaskDescriptionAndroid 참조
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.
적용 대상
ActivityManager.TaskDescription(String, Bitmap, Color)
이 생성자는 더 이상 사용되지 않습니다.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/graphics/Bitmap;I)V", "")]
public TaskDescription(string label, Android.Graphics.Bitmap icon, Android.Graphics.Color colorPrimary);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/graphics/Bitmap;I)V", "")>]
new Android.App.ActivityManager.TaskDescription : string * Android.Graphics.Bitmap * Android.Graphics.Color -> Android.App.ActivityManager.TaskDescription
매개 변수
- label
- String
문자열: 이 작업의 현재 상태에 대한 레이블 및 설명입니다.
- icon
- Bitmap
비트맵: 이 작업의 현재 상태를 나타내는 아이콘입니다.
- colorPrimary
- Color
int: 테마의 기본 색을 재정의하는 색입니다. 이 색은 불투명해야 합니다.
- 특성
설명
이 생성자는 더 이상 사용되지 않습니다. 대신 Builder를 사용합니다.
지정된 값에 대한 TaskDescription을 만듭니다.
에 대한 android.app.ActivityManager.TaskDescription.TaskDescriptionAndroid 참조
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.
적용 대상
ActivityManager.TaskDescription(String, Int32, Color)
이 생성자는 더 이상 사용되지 않습니다.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;II)V", "", ApiSince=28)]
public TaskDescription(string label, int iconRes, Android.Graphics.Color colorPrimary);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;II)V", "", ApiSince=28)>]
new Android.App.ActivityManager.TaskDescription : string * int * Android.Graphics.Color -> Android.App.ActivityManager.TaskDescription
매개 변수
- label
- String
문자열: 이 작업의 현재 상태에 대한 레이블 및 설명입니다.
- iconRes
- Int32
int: 이 활동의 현재 상태를 나타내는 아이콘의 그리기 가능한 리소스입니다.
- colorPrimary
- Color
int: 테마의 기본 색을 재정의하는 색입니다. 이 색은 불투명해야 합니다.
- 특성
설명
이 생성자는 더 이상 사용되지 않습니다. 대신 Builder를 사용합니다.
지정된 값에 대한 TaskDescription을 만듭니다.
에 대한 android.app.ActivityManager.TaskDescription.TaskDescriptionAndroid 참조
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.