Intent.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.
Retrieve data this intent is operating on.
public virtual Android.Net.Uri? Data { [Android.Runtime.Register("getData", "()Landroid/net/Uri;", "GetGetDataHandler")] get; }
[<get: Android.Runtime.Register("getData", "()Landroid/net/Uri;", "GetGetDataHandler")>]
member this.Data : Android.Net.Uri
Property Value
The URI of the data this intent is targeting or null.
- Attributes
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.
Java documentation for android.content.Intent.getData()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.