CardEmulation.NfcInternalErrorNfcCrashRestart Field

Definition

Caution

This constant will be removed in the future version. Use Android.Nfc.CardEmulators.NfcInternalErrorType enum directly instead of this field.

This error is reported when the NFC command watchdog restarts the NFC stack.

[Android.Runtime.Register("NFC_INTERNAL_ERROR_NFC_CRASH_RESTART", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Nfc.CardEmulators.NfcInternalErrorType enum directly instead of this field.", true)]
public const Android.Nfc.CardEmulators.NfcInternalErrorType NfcInternalErrorNfcCrashRestart = 1;
[<Android.Runtime.Register("NFC_INTERNAL_ERROR_NFC_CRASH_RESTART", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Nfc.CardEmulators.NfcInternalErrorType enum directly instead of this field.", true)>]
val mutable NfcInternalErrorNfcCrashRestart : Android.Nfc.CardEmulators.NfcInternalErrorType

Field Value

Value = 1
Attributes

Remarks

This error is reported when the NFC command watchdog restarts the NFC stack.

Java documentation for android.nfc.cardemulation.CardEmulation.NFC_INTERNAL_ERROR_NFC_CRASH_RESTART.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to