HandoffActivityData.FallbackUri Property
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.
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
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