Options
All
  • Public
  • Public/Protected
  • All
Menu

Model class for CXone run app Screen Pop

Hierarchy

Index

Constructors

Properties

actionType: RunAppActionType
remarks
  • Type of screen pop
actionValue: string
remarks
  • Action of screen pop
contactId: string
remarks
  • Unique identifier of sender contact id
customFormCallback?: ((event: any) => void)

Type declaration

    • (event: any): void
    • remarks
      • Callback method for custom form

      Parameters

      • event: any

      Returns void

iisHost: string

iis hosting event details

vcHost: string

vc hosting event details

waitTimeout: string
remarks
  • timeout on waiting

Methods

  • parse(data: {}): void
  • The constructor will take the data object and assign the values to the cxone run app class properties

    example
    cxoneRunApp.parse(screenPop);
    

    Parameters

    • data: {}

      Data object received

      • [key: string]: any

    Returns void

Generated using TypeDoc