ContactsContract.DisplayPhoto.ContentMaxDimensionsUri 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.
This URI allows the caller to query for the maximum dimensions of a display photo or thumbnail.
[Android.Runtime.Register("CONTENT_MAX_DIMENSIONS_URI")]
public static Android.Net.Uri? ContentMaxDimensionsUri { get; }
[<Android.Runtime.Register("CONTENT_MAX_DIMENSIONS_URI")>]
static member ContentMaxDimensionsUri : Android.Net.Uri
Property Value
- Attributes
Remarks
This URI allows the caller to query for the maximum dimensions of a display photo or thumbnail. Requests to this URI can be performed on the UI thread because they are always unblocking.
Java documentation for android.provider.ContactsContract.DisplayPhoto.CONTENT_MAX_DIMENSIONS_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.