dotnet / dotnet/android-libraries

[Xamarin.AndroidX.TvProvider] TvContractCompat.WatchNextPrograms class is missing

Open
#1,366 0 comments 2 reactions 2 assignees Claimed by @jonathanpeppers View on GitHub
Dominant language
C#
Stars
317
Forks
73
Avg merge
1d 8h
Merged PRs (30d)
17

Description

### Android framework version

net9.0-android, net10.0-android

### Affected platform version

.NET 9, .NET 10

### Description

The `TvContractCompat.WatchNextPrograms` class is missing from NuGet package version 10.0.0.35 or newer

As per the [api documentation](https://developer.android.com/reference/androidx/tvprovider/media/tv/TvContractCompat.WatchNextPrograms), this class should be available in v1.1.0

### Steps to Reproduce

1. Create .NET Android project `dotnet new android -n test.android`
2. Open _test.android.csproj_ file
3. Add `` NuGet package
4. Build the project
5. Open _MainActivity.cs_ file
6. Add variable `var val = TvContractCompat.WatchNextPrograms.WatchNextTypeContinue;`

### Did you find any workaround?

Use version 1.0.0.34 or older

### Relevant log output

```shell

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.