/mcpThe following method can be used to get the schema for the bannerData object. finesse.containerservices.PopoverSchema.getBannerDataSchema() timerData The timerData object helps configure the timer that displayed on the popover, which indicates the time left for the popover to be dismissed. finesse.containerservices.PopoverSchema.getTimerDataSchema() Sample timerData Object timerData = { "displayTimeoutInSecs": 60, "display": true, // false means no displayable UI for timer "counterType": 'COUNT_UP' } The payload details are explained in the table below. Description Type Key The popover timeout in seconds. The minimum is 3 seconds and the maximum is 3600 seconds. –1 refers to no upper limit. Integer displayTimeoutInSecs (mandatory) Determines whether the timer must be displayed on the popover. • True—Shows the time left for the popover to be dismissed. • False—Shows the popover without the time left for dismissal. Boolean display Determines the direction in which time in the popover should be updated. • COUNT_UP—Shows the time elapsed for taking action on the popover, and the timer begins counting up. • COUNT_DOWN— Shows the time left for taking action on the popover, and the timer begins counting down. Enum counterType The following method can be used to get the schema for the timerData object. finesse.containerservices.PopoverSchema.getTimerDataSchema() Methods dismissPopover(popoverId) Dismisses the popover with the given popover Id. Parameters Required Description Type Name Yes Unique identifier of the popover to be dismissed. This Id is returned from the showPopover call. String popoverId Throws Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 430 Cisco Finesse JavaScript APIs Popover Service