Ndef.CachedNdefMessage Property

Definition

Get the NdefMessage that was read from the tag at discovery time.

public Android.Nfc.NdefMessage? CachedNdefMessage { [Android.Runtime.Register("getCachedNdefMessage", "()Landroid/nfc/NdefMessage;", "")] get; }
[<get: Android.Runtime.Register("getCachedNdefMessage", "()Landroid/nfc/NdefMessage;", "")>]
member this.CachedNdefMessage : Android.Nfc.NdefMessage

Property Value

NdefMessage

NDEF Message read from the tag at discovery time, can be null

Attributes

Remarks

Java documentation for android.nfc.tech.Ndef.getCachedNdefMessage().

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