언어

HandoffActivityData.FallbackUri Property

Definition

public Android.Net.Uri? FallbackUri { [Android.Runtime.Register("getFallbackUri", "()Landroid/net/Uri;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getFallbackUri", "()Landroid/net/Uri;", "", ApiSince=37)>]
member this.FallbackUri : Android.Net.Uri

Property Value

Uri

the URI which will be launched on the remote device's web browser if the activity specified by #getComponentName() cannot be launched, or null if no fallback URI was specified.

Attributes

Applies to