NfcAdapter.SetBeamPushUris(Uri[], 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
Set one or more Uris to send using Android Beam (TM).
[Android.Runtime.Register("setBeamPushUris", "([Landroid/net/Uri;Landroid/app/Activity;)V", "")]
[System.Obsolete("deprecated")]
public void SetBeamPushUris (Android.Net.Uri[]? uris, Android.App.Activity? activity);
[<Android.Runtime.Register("setBeamPushUris", "([Landroid/net/Uri;Landroid/app/Activity;)V", "")>]
[<System.Obsolete("deprecated")>]
member this.SetBeamPushUris : Android.Net.Uri[] * Android.App.Activity -> unit
Parameters
- uris
- Uri[]
an array of Uri(s) to push over Android Beam
- activity
- Activity
activity for which the Uri(s) will be pushed
- Attributes
Remarks
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.