다음을 통해 공유


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_ICONSplashScreen#SPLASH_SCREEN_STYLE_SOLID_COLOR

반환

특성

설명

여는 활동의 기본 시작 화면 스타일을 설정합니다. 활동 또는 프로세스가 아직 만들어지지 않은 경우에만 적용됩니다.

에 대한 android.app.ActivityOptions.setSplashScreenStyle(int)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상