NfcAdapter.InvokeBeam(Activity) Method
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.
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
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.