Language

TvContract.PreviewPrograms.ColumnTransient Field

Definition

The flag indicating whether this program is transient or not.

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

Field Value

Attributes

Remarks

The flag indicating whether this program is transient or not.

A value of 1 indicates that the channel will be automatically removed by the system on reboot, and a value of 0 indicates that the channel is persistent across reboot. If not specified, this value is set to 0 (not transient) by default.

Type: INTEGER (boolean)

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

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