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 は、システムによって指定された原因を指定します。

android.app.ApplicationExitInfo.REASON_OTHERJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象