Share via


ContactsContract.IStreamItemsColumns.Comments Field

Definition

Caution

deprecated

Summary information about the stream item, for example to indicate how many people have reshared it, how many have liked it, how many thumbs up and/or thumbs down it has, what the original source was, etc.

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

Field Value

Attributes

Remarks

Summary information about the stream item, for example to indicate how many people have reshared it, how many have liked it, how many thumbs up and/or thumbs down it has, what the original source was, etc.

This text is displayed to the user and allows simple formatting via HTML, in the same manner as #TEXT allows.

Long content may be truncated and/or ellipsized - the exact behavior is unspecified, but it should not break tags.

Type: TEXT

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.StreamItemsColumns.COMMENTS.

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