ContactsContract.RawContacts.StreamItems.InterfaceConsts.Comments 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
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.