Assigned
Status Update
Comments
em...@google.com <em...@google.com> #2
Hi, this support channel is intended for YouTube API related issues. For anything specific to Youtube website, Android or iOS app, please follow the guide posted in the link below.
You may also ask this question through our community forum:
Description
Version used: 1.0.0 (also affects 1.1.0-alpha01)
Steps to Reproduce the Problem:
Step #1: Search the documentation for SliceAction, to determine how we are supposed to create instances of this class
Step #2: Land on
Step #3: Notice that this is an interface, with no details in the JavaDocs about where and how you are supposed to get instances of this interface
Step #4: Notice that the JavaDocs do point out an implementation of SliceAction... which is also named SliceAction
Step #5: Visit that class documentation at
At minimum, please consider putting documentation on the interface SliceAction to explain that the concrete implementation is the other SliceAction. Even better, rename one of these to be something other than SliceAction, so developers do not get mystified (e.g., code completion).
This was originally filed against the 1.0.0 beta as