UAInspector v0.19.0 UAInspector.Parser.VendorFragment View Source
UAInspector vendor fragment information parser.
Link to this section Summary
Link to this section Functions
Link to this function
parse(ua) View Source
Parses information from a user agent.
Returns :unknown
if no information is not found in the database.
iex> parse("--- undetectable ---")
:unknown
Callback implementation for UAInspector.Parser.parse/1
.