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

Syntax

[Android.Runtime.Register("SUGGEST_COLUMN_ICON_1")]
public const string SuggestColumnIcon1

Remarks

Column name for suggestions cursor. Optional. If your cursor includes this column, then all suggestions will be provided in a format that includes space for two small icons, one at the left and one at the right of each suggestion. The data in the column must be a resource ID of a drawable, or a URI in one of the following formats:

See Android.Content.ContentResolver.OpenAssetFileDescriptor(Android.Net.Uri, System.String) for more information on these schemes.

[Android Documentation]

Requirements

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