Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedConsign

A user taps a Consign button in iOS

This schema describes events sent to Segment from tappedConsign

example
 {
   action: "tappedConsign",
   context_module: "sellHeader",
   context_screen_owner_type: "sell",
   destination_screen_owner_type: "consignmentSubmission",
   subject: "Start selling"
 }

Hierarchy

  • TappedConsign

Index

Properties

action

action: tappedConsign

context_module

context_module: ContextModule

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

destination_screen_owner_type

destination_screen_owner_type: ScreenOwnerType

subject

subject: string

The text of the tapped button

Generated using TypeDoc