AppCustomizationAction.Data 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.
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
The target Uri, or null if no data was specified.
- Attributes