TvContract.ActionWatchNextProgramBrowsableDisabled Field

Definition

Broadcast Action: sent by the system to tell the target TV input that one of its "watch next" program's browsable state is disabled, i.

[Android.Runtime.Register("ACTION_WATCH_NEXT_PROGRAM_BROWSABLE_DISABLED", ApiSince=26)]
public const string ActionWatchNextProgramBrowsableDisabled;
[<Android.Runtime.Register("ACTION_WATCH_NEXT_PROGRAM_BROWSABLE_DISABLED", ApiSince=26)>]
val mutable ActionWatchNextProgramBrowsableDisabled : string

Field Value

Attributes

Remarks

Broadcast Action: sent by the system to tell the target TV input that one of its "watch next" program's browsable state is disabled, i.e., it will no longer be shown to users, which, for example, might be a result of users' interaction with UI. The input is expected to delete the "watch next" program from the content provider.

The intent must contain the following bundle parameter: <ul> <li>#EXTRA_WATCH_NEXT_PROGRAM_ID: the disabled "watch next" program ID.</li> </ul>

Java documentation for android.media.tv.TvContract.ACTION_WATCH_NEXT_PROGRAM_BROWSABLE_DISABLED.

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.

Applies to