I’m trying to find the valid values I can pass to ...
# android
n
I’m trying to find the valid values I can pass to
@Suppress
. Is there a list somewhere?
k
What are you trying to suppress? Hover over it. The IDE will tell you the ID of that error/warning that you can then pass to the
@Suppress
n
I wanted to suppress an UNUSED_VARIABLE. Then I wondered what else is a valid value for
Suppress
, and attempted to find a list in the docs. But I haven’t found one yet.