Icon.TypeBitmap フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Graphics.Drawables.IconType enum directly instead of this field.

を使用して Icon#createWithBitmap(Bitmap)作成されたアイコン。

[Android.Runtime.Register("TYPE_BITMAP", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Drawables.IconType enum directly instead of this field.", true)]
public const Android.Graphics.Drawables.IconType TypeBitmap = 1;
[<Android.Runtime.Register("TYPE_BITMAP", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Drawables.IconType enum directly instead of this field.", true)>]
val mutable TypeBitmap : Android.Graphics.Drawables.IconType

フィールド値

Value = 1

実装

属性

注釈

を使用して Icon#createWithBitmap(Bitmap)作成されたアイコン。

の Java ドキュメント android.graphics.drawable.Icon.TYPE_BITMAP

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

適用対象