Android.Nfc.NfcEvent Class
Wraps information associated with any NFC event.

See Also: NfcEvent Members

Syntax

[Android.Runtime.Register("android/nfc/NfcEvent", DoNotGenerateAcw=true)]
public sealed class NfcEvent : Java.Lang.Object

Remarks

Wraps information associated with any NFC event.

Immutable object, with direct access to the (final) fields.

An Android.Nfc.NfcEvent object is usually included in callbacks from Android.Nfc.NfcAdapter. Check the documentation of the callback to see which fields may be set.

This wrapper object is used (instead of parameters in the callback) because it allows new fields to be added without breaking API compatibility.

See Also

[Android Documentation]

Requirements

Namespace: Android.Nfc
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14