ApplicationStartInfo.LaunchModeSingleTop 필드

정의

주의

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

활동의 인스턴스가 이미 대상 작업의 맨 위에 있는 경우 시스템은 활동의 새 인스턴스를 만드는 대신 onNewIntent() 메서드에 대한 호출을 통해 의도를 해당 인스턴스로 라우팅합니다.

[Android.Runtime.Register("LAUNCH_MODE_SINGLE_TOP", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.ApplicationStartInfoLaunchMode enum directly instead of this field.", true)]
public const Android.App.ApplicationStartInfoLaunchMode LaunchModeSingleTop = 1;
[<Android.Runtime.Register("LAUNCH_MODE_SINGLE_TOP", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.ApplicationStartInfoLaunchMode enum directly instead of this field.", true)>]
val mutable LaunchModeSingleTop : Android.App.ApplicationStartInfoLaunchMode

필드 값

Value = 1

구현

특성

설명

활동의 인스턴스가 이미 대상 작업의 맨 위에 있는 경우 시스템은 활동의 새 인스턴스를 만드는 대신 onNewIntent() 메서드에 대한 호출을 통해 의도를 해당 인스턴스로 라우팅합니다.

에 대한 android.app.ApplicationStartInfo.LAUNCH_MODE_SINGLE_TOPAndroid 참조

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

적용 대상