Os

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

Value members

Concrete methods

def parse(agentString: String): Os

Parses user agent string and returns the best match. Returns Os.UNKNOWN if there is no match.

Parses user agent string and returns the best match. Returns Os.UNKNOWN if there is no match.

Returns:

Os

Concrete fields

val UNKNOWN: Os
val osMap: HashMap[String, Os]