Share via


SplashScreen.SplashScreenStyleIcon Field

Definition

Caution

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

Flag to be used with ActivityOptions#setSplashScreenStyle, to show the splash screen icon of the launched activity.

[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

Field Value

Value = 1
Attributes

Remarks

Flag to be used with ActivityOptions#setSplashScreenStyle, to show the splash screen icon of the launched activity.

Java documentation for android.window.SplashScreen.SPLASH_SCREEN_STYLE_ICON.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to