NfcAdapter.SetBeamPushUris(Uri[], Activity) Method

Definition

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

Java documentation for android.nfc.NfcAdapter.setBeamPushUris(android.net.Uri[], 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