HandoffActivityData.CreateWebHandoff(Uri) 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.
Creates a HandoffActivityData object for a web handoff.
[Android.Runtime.Register("createWebHandoff", "(Landroid/net/Uri;)Landroid/app/HandoffActivityData;", "", ApiSince=37)]
public static Android.App.HandoffActivityData CreateWebHandoff(Android.Net.Uri uri);
[<Android.Runtime.Register("createWebHandoff", "(Landroid/net/Uri;)Landroid/app/HandoffActivityData;", "", ApiSince=37)>]
static member CreateWebHandoff : Android.Net.Uri -> Android.App.HandoffActivityData
Parameters
- uri
- Uri
the URI to be launched on the remote device's web browser.
Returns
the HandoffActivityData object.
- Attributes
Remarks
Creates a HandoffActivityData object for a web handoff.
Android reference for android.app.HandoffActivityData.createWebHandoff.
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.