ContactsContract.DisplayPhoto.ContentMaxDimensionsUri Property

Definition

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

Uri
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.

Applies to