ContactsPickerSessionContract.Session.ContentUri 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.
The base content:// style Uri for this table.
[Android.Runtime.Register("CONTENT_URI", ApiSince=37)]
public static Android.Net.Uri ContentUri { get; }
[<Android.Runtime.Register("CONTENT_URI", ApiSince=37)>]
static member ContentUri : Android.Net.Uri
Property Value
The base content:// style Uri for this table.
- Attributes
Remarks
The base content:// style Uri for this table.
This URI represents the collection of all picker sessions and cannot be queried directly. To access data for a specific session, clients must use the unique session URI returned by the Contacts Picker in Activity.onActivityResult(int, int, android.content.Intent). This returned URI will have the format content://<AUTHORITY>/sessions/<session_id>, where <session_id> is a unique identifier for the picking operation.
Android reference for android.provider.ContactsPickerSessionContract.Session.CONTENT_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.