Android.App.SearchManager.SuggestColumnText2Url Field
Column name for suggestions cursor.

Syntax

[Android.Runtime.Register("SUGGEST_COLUMN_TEXT_2_URL")]
public const string SuggestColumnText2Url

Remarks

Column name for suggestions cursor. Optional. This is a URL that will be shown as the second line of text instead of SearchManager.SuggestColumnText2. This is a separate column so that the search UI knows to display the text as a URL, e.g. by using a different color. If this column is absent, or has the value null, SearchManager.SuggestColumnText2 will be used instead.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8