Idioma

SplashScreen.SplashScreenStyleIcon Campo

Definição

Cuidado

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

Sinalizador a ser usado com ActivityOptions#setSplashScreenStyle, para mostrar o ícone de tela inicial da atividade iniciada.

[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

Valor do campo

Value = 1
Atributos

Comentários

Sinalizador a ser usado com ActivityOptions#setSplashScreenStyle, para mostrar o ícone de tela inicial da atividade iniciada.

Java documentação para android.window.SplashScreen.SPLASH_SCREEN_STYLE_ICON.

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

Aplica-se a