Call.Details.ContactPhotoUri Property

Definition

public virtual Android.Net.Uri ContactPhotoUri { [Android.Runtime.Register("getContactPhotoUri", "()Landroid/net/Uri;", "GetGetContactPhotoUriHandler", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getContactPhotoUri", "()Landroid/net/Uri;", "GetGetContactPhotoUriHandler", ApiSince=34)>]
member this.ContactPhotoUri : Android.Net.Uri

Property Value

Uri

The contact photo URI which corresponds to android.provider.ContactsContract.PhoneLookup#PHOTO_URI, or null if the lookup is not yet complete, if there's no contacts entry for the caller, or if the InCallService does not hold the android.Manifest.permission#READ_CONTACTS permission.

Attributes

Remarks

Java documentation for android.telecom.Call.Details.getContactPhotoUri().

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