Compartir a través de


Icon.TypeData 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ó con 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

Valor de campo

Value = 3

Implementaciones

Atributos

Comentarios

Icono que se creó con Icon#createWithData(byte[], int, int).

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

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

Se aplica a