Icon.TypeUri Campo

Definición

Precaución

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

Icono que se creó mediante Icon#createWithContentUri o 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 de campo

Value = 4

Implementaciones

Atributos

Comentarios

Icono que se creó mediante Icon#createWithContentUri o Icon#createWithFilePath(String).

Documentación de Java para android.graphics.drawable.Icon.TYPE_URI.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código y se usan según los términos descritos en la creative Commons 2.5.

Se aplica a