Share via


NfcAntennaInfo.AvailableNfcAntennas Property

Definition

Get all NFC antennas that exist on the device.

public System.Collections.Generic.IList<Android.Nfc.AvailableNfcAntenna> AvailableNfcAntennas { [Android.Runtime.Register("getAvailableNfcAntennas", "()Ljava/util/List;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getAvailableNfcAntennas", "()Ljava/util/List;", "", ApiSince=34)>]
member this.AvailableNfcAntennas : System.Collections.Generic.IList<Android.Nfc.AvailableNfcAntenna>

Property Value

Attributes

Remarks

Get all NFC antennas that exist on the device.

Java documentation for android.nfc.NfcAntennaInfo.getAvailableNfcAntennas().

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