Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ToggledNotification

A user toggles push notification settings on/off on iOS

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

example
 {
   action: "toggledNotification",
   context_module: "pushNotifications",
   context_screen_owner_type: "profile",
   context_screen_owner_id: "58de681f275b2464fcdde097",
   modified: 1,
   original: 0,
   push: "newWorks"
 }

Hierarchy

  • ToggledNotification

Index

Properties

action

action: toggledNotification

context_module

context_module: ContextModule

Optional context_screen_owner_id

context_screen_owner_id: undefined | string

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

modified

modified: number

original

original: number

subject

Generated using TypeDoc