Interface MediaQueryList

All Known Implementing Classes:
MediaQueryListImpl

public interface MediaQueryList

Media Query List interface.

  • Method Summary

    Modifier and Type
    Method
    Description
    getMedia.
    boolean
    isMatches.
  • Method Details

    • isMatches

      boolean isMatches() throws Exception

      isMatches.

      Returns:
      a boolean.
      Throws:
      Exception - if any.
    • getMedia

      String getMedia()

      getMedia.

      Returns:
      a String object.