Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedNavigationTab

A user taps a navigation tab on iOS

This schema describes events sent to Segment from tappedNavigationTab

example
 {
   action: "tappedNavigationTab",
   context_module : "exhibitorsView",
   context_screen_owner_type: "fair",
   context_screen_owner_id: "5f4d80c972737e000deff1ed",
   context_screen_owner_slug: "latitude-art-fair-2020"
 }

Hierarchy

  • TappedNavigationTab

Index

Properties

action

action: tappedNavigationTab

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

Optional query

query: undefined | string

Optional subject

subject: undefined | string

Generated using TypeDoc