Langue

Icon.TypeUri Champ

Définition

Attention

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

Icône créée à l’aide 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

Valeur de champ

Value = 4

Implémente

Attributs

Remarques

Icône créée à l’aide Icon#createWithContentUri ou Icon#createWithFilePath(String).

Java documentation pour android.graphics.drawable.Icon.TYPE_URI.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à