Contacts.PhotosColumns.DownloadRequired Field
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.
Caution
deprecated
non-zero if a download is required and the photo isn't marked as a bad resource.
[Android.Runtime.Register("DOWNLOAD_REQUIRED")]
[System.Obsolete("deprecated")]
public const string DownloadRequired;
[<Android.Runtime.Register("DOWNLOAD_REQUIRED")>]
[<System.Obsolete("deprecated")>]
val mutable DownloadRequired : string
Field Value
- Attributes
Remarks
non-zero if a download is required and the photo isn't marked as a bad resource. You must specify this in the columns in order to use it in the where clause.
Type: INTEGER(boolean)
This member is deprecated. see android.provider.ContactsContract
Java documentation for android.provider.Contacts.PhotosColumns.DOWNLOAD_REQUIRED
.
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.