- activity
- the Activity to disable dispatch to
Type Reason Java.Lang.IllegalStateException if the Activity has already been paused
Disable foreground dispatch to the given activity.
After calling NfcAdapter.EnableForegroundDispatch(Android.App.Activity, Android.App.PendingIntent, Android.App.PendingIntent, Android.App.PendingIntent), an activity must call this method before its Android.App.Activity.OnPause callback completes.
This method must be called from the main thread.
Requires the NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#NFC permission.