Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedShowMore

A user taps a Show More button on iOS

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

example
 {
   action: "tappedShowMore",
   context_module : "exhibitorsView",
   context_screen_owner_type: "fair",
   context_screen_owner_id: "5f4d80c972737e000deff1ed",
   context_screen_owner_slug: "latitude-art-fair-2020",
   subject: "Show More"
 }

Hierarchy

  • TappedShowMore

Index

Properties

action

action: tappedShowMore

context_module

context_module: ContextModule

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

subject

subject: string

The text of the tapped button

Generated using TypeDoc