Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedAskSpecialist

A user taps a ask a question on iOS

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

example
 {
   action: "tappedAskSpecialist",
   context_module: "OrdersDetail" | "OrdersCheckout",
   context_screen_owner_type: "orders-detail" | "orders-checkout",
   context_screen_owner_id: "5fad78273c8451000d0c53b9",
   flow: "Buy now" | "Make offer" | "Partner offer"
 }

Hierarchy

  • TappedAskSpecialist

Index

Properties

action

action: tappedAskSpecialist

context_module

context_module: ContextModule

context_screen_owner_id

context_screen_owner_id: string

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

flow

flow: string

Generated using TypeDoc