TvContract.Channels.ColumnAppLinkColor 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 accent color of the app link template for this channel.
[Android.Runtime.Register("COLUMN_APP_LINK_COLOR", ApiSince=23)]
public const string ColumnAppLinkColor;
[<Android.Runtime.Register("COLUMN_APP_LINK_COLOR", ApiSince=23)>]
val mutable ColumnAppLinkColor : string
Field Value
- Attributes
Remarks
The accent color of the app link template for this channel. This is primarily used for the background color of the text box in the template.
The app-linking allows channel input sources to provide activity links from their live channel programming to another activity. This enables content providers to increase user engagement by offering the viewer other content or actions.
Type: INTEGER (color value)
Java documentation for android.media.tv.TvContract.Channels.COLUMN_APP_LINK_COLOR
.
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.