NdefRecord.CreateApplicationRecord(String) Method

Definition

Create a new Android Application Record (AAR).

[Android.Runtime.Register("createApplicationRecord", "(Ljava/lang/String;)Landroid/nfc/NdefRecord;", "")]
public static Android.Nfc.NdefRecord? CreateApplicationRecord (string? packageName);
[<Android.Runtime.Register("createApplicationRecord", "(Ljava/lang/String;)Landroid/nfc/NdefRecord;", "")>]
static member CreateApplicationRecord : string -> Android.Nfc.NdefRecord

Parameters

packageName
String

Android package name

Returns

NdefRecord

Android application NDEF record

Attributes

Remarks

Java documentation for android.nfc.NdefRecord.createApplicationRecord(java.lang.String).

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