android-sdk
android-sdk copied to clipboard
Expose PlayerContext#type as an Enum? (app-remote)
I am wondering if the type field of the app-remote library's PlayerContext class could be exposed as an enum value, so that it is easier for the user to handle the different cases (e.g. with an exhaustive switch statement) and to see what all the possible context types are.
If this is not likely to be implemented, would it at least be possible to receive some documentation for all the different PlayerContext types? I apologize if this is already out there and I've overlooked it. Thanks!