Idioma

Icon.TypeUri Campo

Definição

Cuidado

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

Um ícone que foi criado usando Icon#createWithContentUri ou 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

Valor do campo

Value = 4

Implementações

Atributos

Comentários

Um ícone que foi criado usando Icon#createWithContentUri ou Icon#createWithFilePath(String).

Java documentação para android.graphics.drawable.Icon.TYPE_URI.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a