Share via


ContactsContract.StreamItems.MaxItems Field

Definition

Caution

deprecated

Queries to ContactsContract.StreamItems#CONTENT_LIMIT_URI will contain this column, with the value indicating the maximum number of stream items that will be stored under any single raw contact.

[Android.Runtime.Register("MAX_ITEMS")]
[System.Obsolete("deprecated")]
public const string MaxItems;
[<Android.Runtime.Register("MAX_ITEMS")>]
[<System.Obsolete("deprecated")>]
val mutable MaxItems : string

Field Value

Attributes

Remarks

Queries to ContactsContract.StreamItems#CONTENT_LIMIT_URI will contain this column, with the value indicating the maximum number of stream items that will be stored under any single raw contact.

This member is deprecated. - Do not use. This will not be supported in the future. In the future, cursors returned from related queries will be empty.

Java documentation for android.provider.ContactsContract.StreamItems.MAX_ITEMS.

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