Variable UI_API_METHOD_TYPESConst

UI_API_METHOD_TYPES: {
    UI_APP_LOADED: "ui_app_loaded";
    UI_APP_RESIZE: "ui_app_resize";
    UI_BROADCAST: "ui_broadcast";
    UI_CANCEL_MEETING: "ui_cancel_meeting";
    UI_CANVAS_NAVIGATE_NEXT_PAGE: "ui_canvas_navigate_next_page";
    UI_CANVAS_NAVIGATE_PAGE: "ui_canvas_navigate_page";
    UI_CANVAS_NAVIGATE_PREVIOUS_PAGE: "ui_canvas_navigate_previous_page";
    UI_CAPTURE_APP_ERROR: "ui_capture_app_error";
    UI_CLOSE_CANVAS_SECTION_EXECUTION: "ui_close_canvas_section_execution";
    UI_COMPLETE_POSTCALL: "ui_complete_postcall";
    UI_DISABLE_POSTCALL_SUBMIT: "ui_disable_postcall_submit";
    UI_EMBEDDABLE_READY: "ui_embeddable_ready";
    UI_ENABLE_POSTCALL_SUBMIT: "ui_enable_postcall_submit";
    UI_OPEN: "ui_open";
    UI_OPEN_CANVAS_OVERLAY: "ui_open_canvas_overlay";
    UI_PRESELECT_SFDC_MEETING_ID: "ui_preselect_sfdc_meeting_id";
    UI_PROMPT_PIA: "ui_prompt_pia";
    UI_RESUME_MEETING: "ui_resume_meeting";
    UI_SELECT_AGENDA_CONTENT: "ui_select_agenda_content";
    UI_SELECT_CANVASES: "ui_select_canvases";
    UI_SELECT_COLLECTION_PLAYER_CONTENT: "ui_select_collection_player_content";
    UI_SELECT_CONTENT: "ui_select_content";
    UI_SET_POSTCALL_STYLE: "ui_set_postcall_style";
    UI_STOP_MEETING: "ui_stop_meeting";
    UI_TOAST: "ui_toast";
    UI_UPDATE_CANVAS: "ui_update_canvas";
    UI_UPDATE_LOCATION: "ui_update_location";
} = ...

Type declaration

  • ReadonlyUI_APP_LOADED: "ui_app_loaded"
  • ReadonlyUI_APP_RESIZE: "ui_app_resize"
  • ReadonlyUI_BROADCAST: "ui_broadcast"
  • ReadonlyUI_CANCEL_MEETING: "ui_cancel_meeting"
  • ReadonlyUI_CANVAS_NAVIGATE_NEXT_PAGE: "ui_canvas_navigate_next_page"
  • ReadonlyUI_CANVAS_NAVIGATE_PAGE: "ui_canvas_navigate_page"
  • ReadonlyUI_CANVAS_NAVIGATE_PREVIOUS_PAGE: "ui_canvas_navigate_previous_page"
  • ReadonlyUI_CAPTURE_APP_ERROR: "ui_capture_app_error"
  • ReadonlyUI_CLOSE_CANVAS_SECTION_EXECUTION: "ui_close_canvas_section_execution"
  • ReadonlyUI_COMPLETE_POSTCALL: "ui_complete_postcall"
  • ReadonlyUI_DISABLE_POSTCALL_SUBMIT: "ui_disable_postcall_submit"
  • ReadonlyUI_EMBEDDABLE_READY: "ui_embeddable_ready"
  • ReadonlyUI_ENABLE_POSTCALL_SUBMIT: "ui_enable_postcall_submit"
  • ReadonlyUI_OPEN: "ui_open"
  • ReadonlyUI_OPEN_CANVAS_OVERLAY: "ui_open_canvas_overlay"
  • ReadonlyUI_PRESELECT_SFDC_MEETING_ID: "ui_preselect_sfdc_meeting_id"
  • ReadonlyUI_PROMPT_PIA: "ui_prompt_pia"
  • ReadonlyUI_RESUME_MEETING: "ui_resume_meeting"
  • ReadonlyUI_SELECT_AGENDA_CONTENT: "ui_select_agenda_content"
  • ReadonlyUI_SELECT_CANVASES: "ui_select_canvases"
  • ReadonlyUI_SELECT_COLLECTION_PLAYER_CONTENT: "ui_select_collection_player_content"
  • ReadonlyUI_SELECT_CONTENT: "ui_select_content"
  • ReadonlyUI_SET_POSTCALL_STYLE: "ui_set_postcall_style"
  • ReadonlyUI_STOP_MEETING: "ui_stop_meeting"
  • ReadonlyUI_TOAST: "ui_toast"
  • ReadonlyUI_UPDATE_CANVAS: "ui_update_canvas"
  • ReadonlyUI_UPDATE_LOCATION: "ui_update_location"