Segmentry.Analytics.Screen (segmentry v0.3.0)

Copy Markdown View Source

A screen event — the mobile equivalent of Segmentry.Analytics.Page, recording a screen view.

Summary

Types

t()

@type t() :: %Segmentry.Analytics.Screen{
  anonymousId: term(),
  context: term(),
  integrations: term(),
  name: term(),
  properties: term(),
  timestamp: term(),
  type: term(),
  userId: term(),
  version: term()
}

Functions

new(attrs)