ContactsContract.StreamItemsColumns.Text Field

Definition

Caution

deprecated

The main textual contents of the item.

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

Field Value

Attributes

Remarks

The main textual contents of the item. Typically this is content that was posted by the source of this stream item, but it can also be a textual representation of an action (e.g. ”Checked in at Joe's”). This text is displayed to the user and allows formatting and embedded resource images via HTML (as parseable via android.text.Html#fromHtml).

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.TEXT.

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