Sprache

SplashScreen.SplashScreenStyleIcon Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.Window.SplashScreenStyle enum directly instead of this field.

Kennzeichen, das mit ActivityOptions#setSplashScreenStyleverwendet werden soll , um das Begrüßungsbildschirmsymbol der gestarteten Aktivität anzuzeigen.

[Android.Runtime.Register("SPLASH_SCREEN_STYLE_ICON", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Window.SplashScreenStyle enum directly instead of this field.", true)]
public const Android.Window.SplashScreenStyle SplashScreenStyleIcon = 1;
[<Android.Runtime.Register("SPLASH_SCREEN_STYLE_ICON", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Window.SplashScreenStyle enum directly instead of this field.", true)>]
val mutable SplashScreenStyleIcon : Android.Window.SplashScreenStyle

Feldwert

Value = 1
Attribute

Hinweise

Kennzeichen, das mit ActivityOptions#setSplashScreenStyleverwendet werden soll , um das Begrüßungsbildschirmsymbol der gestarteten Aktivität anzuzeigen.

Java-Dokumentation für android.window.SplashScreen.SPLASH_SCREEN_STYLE_ICON.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: