ActivityOptions.SetSplashScreenStyle(Int32) メソッド

定義

開始アクティビティの優先スプラッシュ スクリーン スタイルを設定します。

[Android.Runtime.Register("setSplashScreenStyle", "(I)Landroid/app/ActivityOptions;", "GetSetSplashScreenStyle_IHandler", ApiSince=33)]
public virtual Android.App.ActivityOptions SetSplashScreenStyle (int style);
[<Android.Runtime.Register("setSplashScreenStyle", "(I)Landroid/app/ActivityOptions;", "GetSetSplashScreenStyle_IHandler", ApiSince=33)>]
abstract member SetSplashScreenStyle : int -> Android.App.ActivityOptions
override this.SetSplashScreenStyle : int -> Android.App.ActivityOptions

パラメーター

style
Int32

または のいずれかを SplashScreen#SPLASH_SCREEN_STYLE_ICON 指定できます。 SplashScreen#SPLASH_SCREEN_STYLE_SOLID_COLOR

戻り値

属性

注釈

の Java ドキュメント android.app.ActivityOptions.setSplashScreenStyle(int)

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

適用対象