The members of Android.Nfc.NfcAdapter are listed below.
See Also: Inherited members from Java.Lang.Object
[read-only] static | DefaultAdapter | NfcAdapter. Documentation for this section has not yet been entered. |
[read-only] | IsEnabled | bool. Return true if this NFC Adapter has any features enabled. |
[read-only] | IsNdefPushEnabled | bool. Return true if the NDEF Push (Android Beam) feature is enabled. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
DisableForegroundDispatch(Android.App.Activity)Disable foreground dispatch to the given activity. | ||
DisableForegroundNdefPush(Android.App.Activity)Disable NDEF message push over P2P. | ||
DisableReaderMode(Android.App.Activity)Restore the NFC adapter to normal mode of operation: supporting peer-to-peer (Android Beam), card emulation, and polling for all supported tag technologies. | ||
EnableForegroundDispatch(Android.App.Activity, Android.App.PendingIntent, Android.Content.IntentFilter[], string[][])Enable foreground dispatch to the given Activity. | ||
EnableForegroundNdefPush(Android.App.Activity, NdefMessage)Enable NDEF message push over NFC while this Activity is in the foreground. | ||
EnableReaderMode(Android.App.Activity, NfcAdapter.IReaderCallback, NfcReaderFlags, Android.OS.Bundle)Limit the NFC controller to reader mode while this Activity is in the foreground. | ||
static | GetDefaultAdapter(Android.Content.Context)Helper to get the default NFC Adapter. | |
InvokeBeam(Android.App.Activity)Manually invoke Android Beam to share data. | ||
SetBeamPushUris(Android.Net.Uri[], Android.App.Activity)Set one or more Android.Net.Uris to send using Android Beam (TM). | ||
SetBeamPushUrisCallback(NfcAdapter.ICreateBeamUrisCallback, Android.App.Activity)Set a callback that will dynamically generate one or more Android.Net.Uris to send using Android Beam (TM). | ||
SetNdefPushMessage(NdefMessage, Android.App.Activity, params Android.App.Activity[])Documentation for this section has not yet been entered. | ||
SetNdefPushMessageCallback(NfcAdapter.ICreateNdefMessageCallback, Android.App.Activity, params Android.App.Activity[])Documentation for this section has not yet been entered. | ||
SetOnNdefPushCompleteCallback(NfcAdapter.IOnNdefPushCompleteCallback, Android.App.Activity, params Android.App.Activity[])Documentation for this section has not yet been entered. |