Share via


ApplicationExitInfo.ReasonOther 필드

정의

주의

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

애플리케이션 프로세스는 앱의 문제가 아니고 앱에서 실행되지 않는 다양한 이유로 인해 시스템에 의해 종료되었습니다( 예: 시스템이 방금 업데이트를 완료한 경우). #getDescription 는 시스템에서 지정한 원인을 지정합니다.

[Android.Runtime.Register("REASON_OTHER", 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 ReasonOther = 13;
[<Android.Runtime.Register("REASON_OTHER", 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 ReasonOther : Android.App.ApplicationExitInfoReason

필드 값

Value = 13

구현

특성

설명

애플리케이션 프로세스는 앱의 문제가 아니고 앱에서 실행되지 않는 다양한 이유로 인해 시스템에 의해 종료되었습니다( 예: 시스템이 방금 업데이트를 완료한 경우). #getDescription 는 시스템에서 지정한 원인을 지정합니다.

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

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

적용 대상