Language

AppCustomizationAction.Data Property

Definition

Gets the explicit data URI to be supplied to the target intent.

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

Property Value

Uri

The target Uri, or null if no data was specified.

Attributes

Applies to