View Source Rudder.Screen (rudder v0.2.0)

Screen struct for making screen calls

Link to this section Summary

Link to this section Types

@type t() :: %Rudder.Screen{
  anonymous_id: String.t(),
  context: map(),
  integrations: map(),
  name: String.t(),
  properties: map(),
  timestamp: String.t() | nil,
  type: String.t(),
  user_id: String.t()
}