Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedVerifyIdentity

A user taps into the identity verification flow on iOS

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

example
 {
   action: "tappedVerifyIdentity",
   context_module: "inboxActiveBids",
   context_screen_owner_type: "inboxBids",
   sale_id: "5fad78273c8451000d0c53b9"
   subject: "Complete registration"
 }

Hierarchy

  • TappedVerifyIdentity

Index

Properties

action

action: tappedVerifyIdentity

context_module

context_module: ContextModule

Optional context_screen_owner_id

context_screen_owner_id: undefined | string

Optional context_screen_owner_slug

context_screen_owner_slug: undefined | string

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

sale_id

sale_id: string

subject

subject: string

Generated using TypeDoc