Options
All
  • Public
  • Public/Protected
  • All
Menu

Model Class for the CXoneCustomScreenpop

const cxoneCustomScreenpop = new CXoneCustomScreenpop();

Hierarchy

  • CXoneCustomScreenpop

Index

Constructors

Properties

Methods

Constructors

Properties

contactId: string

contactId

data: string

custom event data for screenpop

Methods

  • parse(data: {}): void
  • used to parse the data

    example
    cxoneCustomScreenpop.parse(data);
    

    Parameters

    • data: {}
      • [key: string]: string

    Returns void

Generated using TypeDoc