Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedClearTask

A user taps on clear (or swipes away) on a task notification in the app

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

example
 {
   action: "tappedClearTask",
   context_module : "Home",
   context_screen_owner_type: "Home",
   destination_path: "/orders/123",
   task_id: "23424132",
   task_type: "send_wire"
 }

Hierarchy

  • TappedClearTask

Index

Properties

action

action: tappedClearTask

context_module

context_module: ContextModule

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

destination_path

destination_path: string

task_id

task_id: string

task_type

task_type: string

Generated using TypeDoc