Condividi tramite


Icon.TypeData Campo

Definizione

Attenzione

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

Icona creata 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

Valore del campo

Value = 3

Implementazioni

Attributi

Commenti

Icona creata con Icon#createWithData(byte[], int, int).

Documentazione java per android.graphics.drawable.Icon.TYPE_DATA.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a