Share via


ApplicationExitInfo.ReasonSignaled 필드

정의

주의

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

OS 신호의 결과로 애플리케이션 프로세스가 중단되었습니다. 예를 들어 , android.system.OsConstants#SIGKILL#getStatus 는 신호 번호를 지정합니다.

[Android.Runtime.Register("REASON_SIGNALED", 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 ReasonSignaled = 2;
[<Android.Runtime.Register("REASON_SIGNALED", 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 ReasonSignaled : Android.App.ApplicationExitInfoReason

필드 값

Value = 2

구현

특성

설명

OS 신호의 결과로 애플리케이션 프로세스가 중단되었습니다. 예를 들어 , android.system.OsConstants#SIGKILL#getStatus 는 신호 번호를 지정합니다.

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

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

적용 대상