Share via


ApplicationExitInfo.ReasonUserStopped 필드

정의

주의

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

뮤틀플 사용자가 있는 디바이스에서 로 실행 중인 사용자가 중지되었기 때문에 애플리케이션 프로세스가 중단되었습니다.

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

필드 값

Value = 11

구현

특성

설명

뮤틀플 사용자가 있는 디바이스에서 로 실행 중인 사용자가 중지되었기 때문에 애플리케이션 프로세스가 중단되었습니다.

에 대한 Java 설명서입니다 android.app.ApplicationExitInfo.REASON_USER_STOPPED.

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

적용 대상