TvContract.Channels.ColumnAppLinkIntentUri 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 intent URI of the app link for this channel.
[Android.Runtime.Register("COLUMN_APP_LINK_INTENT_URI", ApiSince=23)]
public const string ColumnAppLinkIntentUri;
[<Android.Runtime.Register("COLUMN_APP_LINK_INTENT_URI", ApiSince=23)>]
val mutable ColumnAppLinkIntentUri : string
Field Value
- Attributes
Remarks
The intent URI of the app link for this channel.
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 clicks the corresponding app link for the current channel.
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_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.