JobParameters.StopReasonUndefined フィールド

定義

注意事項

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_UNDEFINED", 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 StopReasonUndefined = 0;
[<Android.Runtime.Register("STOP_REASON_UNDEFINED", 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 StopReasonUndefined : Android.App.Job.StopReason

フィールド値

Value = 0

実装

属性

注釈

ジョブが停止する理由はありません。 これは、 に渡される JobParameters オブジェクトから返される JobService#onStartJob(JobParameters)値です。

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

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

適用対象