AppFunctionException.ErrorCancelled Bidang

Definisi

Perhatian

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

Operasi dibatalkan.

[Android.Runtime.Register("ERROR_CANCELLED", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.AppFunctions.AppFunctionError enum directly instead of this field.", true)]
public const Android.App.AppFunctions.AppFunctionError ErrorCancelled = 2001;
[<Android.Runtime.Register("ERROR_CANCELLED", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AppFunctions.AppFunctionError enum directly instead of this field.", true)>]
val mutable ErrorCancelled : Android.App.AppFunctions.AppFunctionError

Nilai Bidang

Value = 2001

Penerapan

Atribut

Keterangan

Operasi dibatalkan. Gunakan kode kesalahan ini untuk melaporkan bahwa pembatalan dilakukan setelah menerima sinyal pembatalan.

Kesalahan ini ada dalam #ERROR_CATEGORY_SYSTEM kategori.

Java dokumentasi untuk android.app.appfunctions.AppFunctionException.ERROR_CANCELLED.

Bagian dari halaman ini adalah modifikasi berdasarkan pekerjaan yang dibuat dan dibagikan oleh Android Open Source Project dan digunakan sesuai dengan istilah yang dijelaskan dalam Lisensi Creative Commons 2.5 Lisensi Atribusi.

Berlaku untuk