isAnException

abstract fun isAnException(url: String): Boolean

This method takes a url and returns true or false depending if the url is in the AMP links exceptions list

Return

true if the given url is in the AMP links exceptions list and false otherwise.