Tag.GetId Method

Definition

Get the Tag Identifier (if it has one).

[Android.Runtime.Register("getId", "()[B", "")]
public byte[]? GetId ();
[<Android.Runtime.Register("getId", "()[B", "")>]
member this.GetId : unit -> byte[]

Returns

Byte[]

ID as byte array, never null

Attributes

Remarks

Java documentation for android.nfc.Tag.getId().

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