Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedVerifiedRepresentative

User taps on the gallery representation pill under featured representation on the artist page

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

example
 {
   action: "tappedVerifiedRepresentative",
   context_module: ""
   context_screen_owner_type: PageOwnerType
   context_screen_owner_id?: "artist_id"
   destination_screen_owner_type: PageOwnerType
   destination_screen_owner_id?: "partner_id"
 }

Hierarchy

  • TappedVerifiedRepresentative

Index

Properties

action

action: tappedVerifiedRepresentative

Optional context_module

context_module: ContextModule

context_screen_owner_id

context_screen_owner_id: string

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

destination_screen_owner_id

destination_screen_owner_id: string

destination_screen_owner_type

destination_screen_owner_type: ScreenOwnerType

Generated using TypeDoc