Lingua

SplashScreen.SplashScreenStyleIcon Campo

Definizione

Attenzione

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

Flag da usare con ActivityOptions#setSplashScreenStyleper visualizzare l'icona della schermata iniziale dell'attività avviata.

[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

Valore del campo

Value = 1
Attributi

Commenti

Flag da usare con ActivityOptions#setSplashScreenStyleper visualizzare l'icona della schermata iniziale dell'attività avviata.

per android.window.SplashScreen.SPLASH_SCREEN_STYLE_ICON.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a