appendMedium method
- String medium
The appendMedium() method of the MediaList interface adds a media
query to the list. If the media query is already in the collection, this
method does nothing.
Implementation
external void appendMedium(String medium);