ApplicationStartInfo.StartComponent 속성

정의

시작을 트리거한 시작 중인 구성 요소 형식입니다.

public Android.App.ApplicationStartInfoStartComponent StartComponent { [Android.Runtime.Register("getStartComponent", "()I", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getStartComponent", "()I", "", ApiSince=36)>]
member this.StartComponent : Android.App.ApplicationStartInfoStartComponent

속성 값

특성

설명

시작을 트리거한 시작 중인 구성 요소 형식입니다.

시작 구성 요소는 활동, 서비스, 브로드캐스트 및 콘텐츠 공급자의 4가지 구성 요소 유형을 정확하게 구분하는 데 사용해야 합니다. 호출자가 특정 구성 요소 형식에 필요한 종속성만 로드할 수 있도록 하여 시작 흐름을 최적화하는 데 유용할 수 있습니다. 앱이 시작되는 이유에 대한 자세한 내용은 다음을 참조하세요 #getReason.

참고: 모든 #getStartupState 값에 대해 필드가 설정됩니다.

에 대한 android.app.ApplicationStartInfo.getStartComponent()Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상