UAInspector v0.19.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{
  client: UAInspector.Result.Client.t() | :unknown,
  device: UAInspector.Result.Device.t() | :unknown,
  os: UAInspector.Result.OS.t() | :unknown,
  user_agent: nil | String.t()
}