SearchManager.SuggestColumnIsLive Field

Definition

Column name for suggestions cursor.

[Android.Runtime.Register("SUGGEST_COLUMN_IS_LIVE")]
public const string SuggestColumnIsLive;
[<Android.Runtime.Register("SUGGEST_COLUMN_IS_LIVE")>]
val mutable SuggestColumnIsLive : string

Field Value

Attributes

Remarks

Column name for suggestions cursor. Optional. If your content is media type, you should provide this column to specify whether your content is live media such as live video or live audio. The value in the column is of integer type with value of either 0 indicating non-live content or 1 indicating live content.

Java documentation for android.app.SearchManager.SUGGEST_COLUMN_IS_LIVE.

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