NfcAdapter.DisableForegroundNdefPush(Activity) Method

Definition

Caution

deprecated

Disable NDEF message push over P2P.

[Android.Runtime.Register("disableForegroundNdefPush", "(Landroid/app/Activity;)V", "")]
[System.Obsolete("deprecated")]
public void DisableForegroundNdefPush (Android.App.Activity? activity);
[<Android.Runtime.Register("disableForegroundNdefPush", "(Landroid/app/Activity;)V", "")>]
[<System.Obsolete("deprecated")>]
member this.DisableForegroundNdefPush : Android.App.Activity -> unit

Parameters

activity
Activity

the Foreground activity

Attributes

Exceptions

if the Activity has already been paused

Remarks

Java documentation for android.nfc.NfcAdapter.disableForegroundNdefPush(android.app.Activity).

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