TvContract.ActionPreviewProgramAddedToWatchNext 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.
Broadcast Action: sent by the system to tell the target TV input that one of its existing preview programs is added to the watch next programs table by user.
[Android.Runtime.Register("ACTION_PREVIEW_PROGRAM_ADDED_TO_WATCH_NEXT", ApiSince=26)]
public const string ActionPreviewProgramAddedToWatchNext;
[<Android.Runtime.Register("ACTION_PREVIEW_PROGRAM_ADDED_TO_WATCH_NEXT", ApiSince=26)>]
val mutable ActionPreviewProgramAddedToWatchNext : string
Field Value
- Attributes
Remarks
Broadcast Action: sent by the system to tell the target TV input that one of its existing preview programs is added to the watch next programs table by user.
The intent must contain the following bundle parameters: <ul> <li>#EXTRA_PREVIEW_PROGRAM_ID
: the ID of the existing preview program.</li> <li>#EXTRA_WATCH_NEXT_PROGRAM_ID
: the ID of the new watch next program.</li> </ul>
Java documentation for android.media.tv.TvContract.ACTION_PREVIEW_PROGRAM_ADDED_TO_WATCH_NEXT
.
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.