Android.Content.Intent.Data Property
Retrieve data this intent is operating on.

Syntax

[get: Android.Runtime.Register("getData", "()Landroid/net/Uri;", "GetGetDataHandler")]
public virtual Android.Net.Uri Data { get; }

See Also

Intent.Scheme
Intent.SetData(Android.Net.Uri)

Value

Documentation for this section has not yet been entered.

Remarks

Retrieve data this intent is operating on. This URI specifies the name of the data; often it uses the content: scheme, specifying data in a content provider. Other schemes may be handled by specific activities, such as http: by the web browser.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1