Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SaleScreenLoadComplete

A user loads a sale screen on the iOS app.

This schema describes events sent to Segment from [[saleScreenLoadComplete]]

example
 {
   action: "saleScreenLoadComplete",
   context_screen_owner_type: "auction",
   context_screen_owner_id: "5f841d4044f91e000fd0acc4",
   context_screen_owner_slug: "finarte-modern-and-contemporary-art-8",
   jump_to_lai_interface: true,
   load_time_ms: 2000,
   number_of_lots: 276
 }

Hierarchy

  • SaleScreenLoadComplete

Index

Properties

action

action: saleScreenLoadComplete

Optional context_screen_owner_id

context_screen_owner_id: undefined | string

Optional context_screen_owner_slug

context_screen_owner_slug: undefined | string

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

jump_to_lai_interface

jump_to_lai_interface: boolean

load_time_ms

load_time_ms: number

number_of_lots

number_of_lots: number

Generated using TypeDoc