Browser

object Browser
Companion:
class
class Object
trait Matchable
class Any
Browser.type

Value members

Concrete methods

def parse(agentString: String): Browser

Iterates over all Browsers to compare the browser signature with the user agent string. If no match can be found Browser.Unknown will be returned.

Iterates over all Browsers to compare the browser signature with the user agent string. If no match can be found Browser.Unknown will be returned.

Returns:

Browser

Concrete fields

var browsers: HashMap[String, Browser]