JobParameters.StopReasonSystemProcessing フィールド

定義

注意事項

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

システムは、このジョブの停止を必要とする処理を行っています。

[Android.Runtime.Register("STOP_REASON_SYSTEM_PROCESSING", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Job.StopReason enum directly instead of this field.", true)]
public const Android.App.Job.StopReason StopReasonSystemProcessing = 14;
[<Android.Runtime.Register("STOP_REASON_SYSTEM_PROCESSING", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Job.StopReason enum directly instead of this field.", true)>]
val mutable StopReasonSystemProcessing : Android.App.Job.StopReason

フィールド値

Value = 14

実装

属性

注釈

システムは、このジョブの停止を必要とする処理を行っています。

android.app.job.JobParameters.STOP_REASON_SYSTEM_PROCESSINGJava ドキュメント。

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

適用対象