UAInspector v2.0.0 UAInspector.Result View Source

Result struct.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %UAInspector.Result{
  browser_family: String.t() | :unknown,
  client: UAInspector.Result.Client.t() | :unknown,
  device: UAInspector.Result.Device.t() | :unknown,
  os: UAInspector.Result.OS.t() | :unknown,
  os_family: String.t() | :unknown,
  user_agent: nil | String.t()
}