GamendWeb.Schemas.ClientLogSession (gamend_web v1.0.1216)

Copy Markdown View Source

The run a batch belongs to. Sent with every batch so the server can create the session on first contact without a prior handshake — a client that has to register before it can log cannot report a failure that happens before it registers.

Summary

Functions

Callback implementation for OpenApiSpex.Schema.schema/0.

Types

t()

@type t() :: %GamendWeb.Schemas.ClientLogSession{
  app_version: term(),
  build: term(),
  client_session_id: term(),
  device_id: term(),
  locale: term(),
  meta: term(),
  platform: term(),
  started_at: term()
}

Functions

schema()

Callback implementation for OpenApiSpex.Schema.schema/0.