Sprache

Icon.TypeUri Feld

Definition

Achtung

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

Ein Symbol, das mithilfe Icon#createWithContentUri oder 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

Feldwert

Value = 4

Implementiert

Attribute

Hinweise

Ein Symbol, das mithilfe Icon#createWithContentUri oder Icon#createWithFilePath(String).

Java Dokumentation für android.graphics.drawable.Icon.TYPE_URI.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: