言語

ActivityManager.TaskDescription コンストラクター

定義

オーバーロード

名前 説明
ActivityManager.TaskDescription()

空の TaskDescription を作成します。

ActivityManager.TaskDescription(ActivityManager+TaskDescription)

別の TaskDescription のコピーを作成します。

ActivityManager.TaskDescription(String)

指定した値に TaskDescription を作成します。

ActivityManager.TaskDescription(IntPtr, JniHandleOwnership)

既存の Java Native Interface オブジェクトのマネージド表現を初期化します。

ActivityManager.TaskDescription(String, Bitmap)

指定した値に TaskDescription を作成します。

ActivityManager.TaskDescription(String, Int32)

指定した値に TaskDescription を作成します。

ActivityManager.TaskDescription(String, Bitmap, Color)

指定した値に TaskDescription を作成します。

ActivityManager.TaskDescription(String, Int32, Color)

指定した値に TaskDescription を作成します。

ActivityManager.TaskDescription()

空の TaskDescription を作成します。

[Android.Runtime.Register(".ctor", "()V", "")]
public TaskDescription();
属性

注釈

このコンストラクターは非推奨です。 代わりに Builder を使用してください。

空の TaskDescription を作成します。

android.app.ActivityManager.TaskDescription.TaskDescriptionの Android リファレンス。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

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

パラメーター

td
ActivityManager.TaskDescription

ActivityManager.TaskDescription

属性

注釈

別の TaskDescription のコピーを作成します。

android.app.ActivityManager.TaskDescription.TaskDescriptionの Android リファレンス。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

ActivityManager.TaskDescription(String)

指定した値に TaskDescription を作成します。

[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.TaskDescriptionの Android リファレンス。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

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 Native Interface オブジェクト参照に適用する所有権の転送。

注釈

このコンストラクターは、既存のJava オブジェクトのマネージド ピアを作成するときに、Android バインド ランタイムの.NETによって呼び出されます。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

ActivityManager.TaskDescription(String, Bitmap)

指定した値に TaskDescription を作成します。

[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.TaskDescriptionの Android リファレンス。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

ActivityManager.TaskDescription(String, Int32)

指定した値に TaskDescription を作成します。

[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

このアクティビティの現在の状態を表すアイコンの描画可能なリソース。

属性

注釈

このコンストラクターは非推奨です。 代わりに Builder を使用してください。

指定した値に TaskDescription を作成します。

android.app.ActivityManager.TaskDescription.TaskDescriptionの Android リファレンス。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

ActivityManager.TaskDescription(String, Bitmap, Color)

指定した値に TaskDescription を作成します。

[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

テーマの原色をオーバーライドする色。 この色は不透明である必要があります。

属性

注釈

このコンストラクターは非推奨です。 代わりに Builder を使用してください。

指定した値に TaskDescription を作成します。

android.app.ActivityManager.TaskDescription.TaskDescriptionの Android リファレンス。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

ActivityManager.TaskDescription(String, Int32, Color)

指定した値に TaskDescription を作成します。

[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

このアクティビティの現在の状態を表すアイコンの描画可能なリソース。

colorPrimary
Color

テーマの原色をオーバーライドする色。 この色は不透明である必要があります。

属性

注釈

このコンストラクターは非推奨です。 代わりに Builder を使用してください。

指定した値に TaskDescription を作成します。

android.app.ActivityManager.TaskDescription.TaskDescriptionの Android リファレンス。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象