NfcAntennaInfo Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Android.Runtime.Register(".ctor", "(IIZLjava/util/List;)V", "", ApiSince=34)]
public NfcAntennaInfo (int deviceWidth, int deviceHeight, bool deviceFoldable, System.Collections.Generic.IList<Android.Nfc.AvailableNfcAntenna> availableNfcAntennas);
[<Android.Runtime.Register(".ctor", "(IIZLjava/util/List;)V", "", ApiSince=34)>]
new Android.Nfc.NfcAntennaInfo : int * int * bool * System.Collections.Generic.IList<Android.Nfc.AvailableNfcAntenna> -> Android.Nfc.NfcAntennaInfo
Parameters
- deviceWidth
- Int32
- deviceHeight
- Int32
- deviceFoldable
- Boolean
- availableNfcAntennas
- IList<AvailableNfcAntenna>
- Attributes