Share via


ContactsContract.CommonDataKinds.Phone.InterfaceConsts.PhotoFileId Field

Definition

Photo file ID of the full-size photo.

[Android.Runtime.Register("PHOTO_FILE_ID")]
public const string PhotoFileId;
[<Android.Runtime.Register("PHOTO_FILE_ID")>]
val mutable PhotoFileId : string

Field Value

Attributes

Remarks

Photo file ID of the full-size photo. If present, this will be used to populate #PHOTO_URI. The ID can also be used with ContactsContract.DisplayPhoto#CONTENT_URI to create a URI to the photo. If this is present, #PHOTO_ID is also guaranteed to be populated.

Type: INTEGER

Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID.

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