Language

TvContract.PreviewPrograms.ColumnIntentUri Field

Definition

The intent URI which is launched when the preview program is selected.

[Android.Runtime.Register("COLUMN_INTENT_URI", ApiSince=26)]
public const string ColumnIntentUri;
[<Android.Runtime.Register("COLUMN_INTENT_URI", ApiSince=26)>]
val mutable ColumnIntentUri : string

Field Value

Attributes

Remarks

The intent URI which is launched when the preview program is selected.

The URI is created using Intent.toUri with Intent.URI_INTENT_SCHEME and converted back to the original intent with Intent.parseUri. The intent is launched when the user selects the preview program item.

Can be empty.

Type: TEXT

Android reference for android.media.tv.TvContract.PreviewPrograms.COLUMN_INTENT_URI.

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