Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedArticleShare

A user taps the Article Share button in iOS

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

example
 {
   action: "tappedArticleShare",
   context_module: "article",
   context_screen_owner_type: "article",
   context_screen_owner_id: "some-article-id",
   context_screen_owner_id: "some-article-slug",
 }

Hierarchy

  • TappedArticleShare

Index

Properties

action

action: tappedArticleShare

context_module

context_module: ContextModule

context_screen_owner_id

context_screen_owner_id: string

context_screen_owner_slug

context_screen_owner_slug: string

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

Generated using TypeDoc