TvContract.Channels.ColumnTransient Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The flag indicating whether this TV channel 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 TV channel 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)
Java documentation for android.media.tv.TvContract.Channels.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.