McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 439

↗ View in doc context
page
439
source
finesse/v12.5/developer-guide/developer-guide.md
chunk_id
finesse::v12.5::developer-guide::developer-guide::423

tabVisible() Retrieves the visibility of the current gadget only after the initialization of the gadget. Example finesse.containerservices.ContainerServices.tabVisible(); Returns {Boolean} The visibility of the gadget. Container Services Topics Class finesse.containerservices.ContainerServices.Topics Set of topics used for subscribing events from ContainerServices. The method to subscribe to topics is finesse.containerservices.ContainerServices.containerServices.addHandler();. For more information, see addHandler(topic, callback), on page 418. Table 8: Field Details Description Topic Name Listens to an active call event. Callback is invoked when an agent voice state changes from Ready or Not Ready to any other non-callable state or vice versa. There are two types of responses: • Active call—ActiveCallStatusEvent {status: true, type: "info"} • End or inactive call—ActiveCallStatusEvent {status: false, type: "info"} ACTIVE_CALL_STATUS_EVENT Listens to changes to the active tab. Callback is invoked when the tab containing the gadget becomes active. The method to use when the gadget is in the active tab finesse.containerservices.ContainerServices.makeActiveTabReq() ACTIVE_TAB Listens to changed events of the gadget view. Callback is invoked when a gadget view changes. There are two types of views: • Default (set by the developer) • Canvas (full-screen view) The callback passes finesse.containerservices.GadgetViewChangedEvent. For more information, see Finesse Desktop Gadget Development section in Cisco Finesse Web Services Developer Guide at https://developer.cisco.com/docs/ finesse/#!rest-api-dev-guide. GADGET_VIEW_CHANGED_EVENT Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 423 Cisco Finesse JavaScript APIs Container Services Topics