TvContract.Channels.ColumnAppLinkText 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 link text of the app link template for this channel.
[Android.Runtime.Register("COLUMN_APP_LINK_TEXT", ApiSince=23)]
public const string ColumnAppLinkText;
[<Android.Runtime.Register("COLUMN_APP_LINK_TEXT", ApiSince=23)>]
val mutable ColumnAppLinkText : string
Field Value
- Attributes
Remarks
The link text of the app link template for this channel.
This provides a short description of the action that happens when the corresponding app link is clicked.
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: TEXT
Java documentation for android.media.tv.TvContract.Channels.COLUMN_APP_LINK_TEXT
.
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.