SplashScreen.SplashScreenStyleSolidColor フィールド

定義

注意事項

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

ActivityOptions#setSplashScreenStyle使用するフラグ。起動されたアクティビティのスプラッシュ 画面アイコンが表示されないようにします。

[Android.Runtime.Register("SPLASH_SCREEN_STYLE_SOLID_COLOR", 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 SplashScreenStyleSolidColor = 0;
[<Android.Runtime.Register("SPLASH_SCREEN_STYLE_SOLID_COLOR", 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 SplashScreenStyleSolidColor : Android.Window.SplashScreenStyle

フィールド値

Value = 0
属性

注釈

ActivityOptions#setSplashScreenStyle使用するフラグ。起動されたアクティビティのスプラッシュ 画面アイコンが表示されないようにします。

android.window.SplashScreen.SPLASH_SCREEN_STYLE_SOLID_COLORJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象