TvContract.ActionPreviewProgramBrowsableDisabled 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 preview program's browsable state is disabled, i.
[Android.Runtime.Register("ACTION_PREVIEW_PROGRAM_BROWSABLE_DISABLED", ApiSince=26)]
public const string ActionPreviewProgramBrowsableDisabled;
[<Android.Runtime.Register("ACTION_PREVIEW_PROGRAM_BROWSABLE_DISABLED", ApiSince=26)>]
val mutable ActionPreviewProgramBrowsableDisabled : string
Field Value
- Attributes
Remarks
Broadcast Action: sent by the system to tell the target TV input that one of its preview 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 preview program from the content provider.
The intent must contain the following bundle parameter: <ul> <li>#EXTRA_PREVIEW_PROGRAM_ID
: the disabled preview program ID.</li> </ul>
Java documentation for android.media.tv.TvContract.ACTION_PREVIEW_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.