NfcAdapter.InvokeBeam(Activity) Method

Definition

Caution

deprecated

Manually invoke Android Beam to share data.

[Android.Runtime.Register("invokeBeam", "(Landroid/app/Activity;)Z", "")]
[System.Obsolete("deprecated")]
public bool InvokeBeam (Android.App.Activity? activity);
[<Android.Runtime.Register("invokeBeam", "(Landroid/app/Activity;)Z", "")>]
[<System.Obsolete("deprecated")>]
member this.InvokeBeam : Android.App.Activity -> bool

Parameters

activity
Activity

the current foreground Activity that has registered data to share

Returns

Boolean

whether the Beam animation was successfully invoked

Attributes

Remarks

Java documentation for android.nfc.NfcAdapter.invokeBeam(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