IAdditionalContentContract.IColumns.Uri Field
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.
Content URI for this item.
[Android.Runtime.Register("URI", ApiSince=35)]
public const string Uri;
[<Android.Runtime.Register("URI", ApiSince=35)>]
val mutable Uri : string
Field Value
- Attributes
Remarks
Content URI for this item.
Note that this content URI must have a different authority from the content provided given in android.content.Intent#EXTRA_CHOOSER_ADDITIONAL_CONTENT_URI
.
Java documentation for android.service.chooser.AdditionalContentContract.Columns.URI
.
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.