Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedTabBar

A user taps an icon on the tab bar

This schema describes events sent to Segment from tappedTabBar

example
 {
   action: "tappedTabBar",
   badge: true
   context_module: "tabBar",
   context_screen_owner_type: "home",
   tab: "messages"
 }

Hierarchy

  • TappedTabBar

Index

Properties

action

action: tappedTabBar

badge

badge: boolean

context_module

context_module: ContextModule

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

tab

tab: Tab

Generated using TypeDoc