Compartilhar via


Icon.TypeData 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#createWithData(byte[], int, int)o .

[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 do campo

Value = 3

Implementações

Atributos

Comentários

Um ícone que foi criado usando Icon#createWithData(byte[], int, int)o .

Documentação Java para android.graphics.drawable.Icon.TYPE_DATA.

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

Aplica-se a