TvContract.RequestChannelBrowsable(Context, Int64) Method
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.
Requests to make a channel browsable.
[Android.Runtime.Register("requestChannelBrowsable", "(Landroid/content/Context;J)V", "", ApiSince=26)]
public static void RequestChannelBrowsable (Android.Content.Context? context, long channelId);
[<Android.Runtime.Register("requestChannelBrowsable", "(Landroid/content/Context;J)V", "", ApiSince=26)>]
static member RequestChannelBrowsable : Android.Content.Context * int64 -> unit
Parameters
- context
- Context
The context for accessing content provider.
- channelId
- Int64
The channel ID to be browsable.
- Attributes
Remarks
Requests to make a channel browsable.
Once called, the system will review the request and make the channel browsable based on its policy. The first request from a package is guaranteed to be approved. This is only relevant to channels with Channels#TYPE_PREVIEW
type.
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.