Поделиться через


Icon.TypeData Поле

Определение

Внимание!

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

Значок, созданный с помощью Icon#createWithData(byte[], int, int).

[Android.Runtime.Register("TYPE_DATA", 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 TypeData = 3;
[<Android.Runtime.Register("TYPE_DATA", 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 TypeData : Android.Graphics.Drawables.IconType

Значение поля

Value = 3

Реализации

Атрибуты

Комментарии

Значок, созданный с помощью Icon#createWithData(byte[], int, int).

Документация по Java для android.graphics.drawable.Icon.TYPE_DATA.

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к