Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedToast

A user taps on a toast notification in the app

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

example
 {
   action: "tappedToast",
   context_module: "infiniteDiscovery",
   context_screen_owner_type: "Home",
   destination_screen_owner_type: "Saves",
   subject: "Tap here to navigate to your Saves area in your profile."
 }

Hierarchy

  • TappedToast

Index

Properties

action

action: tappedToast

Optional context_module

context_module: ContextModule

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

Optional destination_screen_owner_type

destination_screen_owner_type: ScreenOwnerType

Optional subject

subject: undefined | string

Generated using TypeDoc