ua_parser v1.4.0 UAParser.Device

Device struct and helper methods.

Link to this section Summary

Link to this section Functions

Link to this function %UAParser.Device{} (struct)

Examples

iex> device = %UAParser.Device{family: “iPhone”} iex> to_string(device) “iPhone”

iex> device = %UAParser.Device{} iex> to_string(device) “Other”