Icon.TypeUri Поле

Определение

Внимание!

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

Значок, созданный с помощью Icon#createWithContentUri или Icon#createWithFilePath(String).

[Android.Runtime.Register("TYPE_URI", 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 TypeUri = 4;
[<Android.Runtime.Register("TYPE_URI", 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 TypeUri : Android.Graphics.Drawables.IconType

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

Value = 4

Реализации

Атрибуты

Комментарии

Значок, созданный с помощью Icon#createWithContentUri или Icon#createWithFilePath(String).

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

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

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