ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   General Authoring Discussion (https://www.esoui.com/forums/forumdisplay.php?f=174)
-   -   ReportFeedback() question (https://www.esoui.com/forums/showthread.php?t=10631)

slimwaffle 07/13/23 01:17 AM

ReportFeedback() question
 
Does anyone know how to use and implement this function?

ReportFeedback(number CustomerServiceSubmitFeedbackImpacts impact, number CustomerServiceSubmitFeedbackCategories category, number CustomerServiceSubmitFeedbackSubcategories subcategory, string details, string description, boolean takeScreenshot)

Are there any examples anywhere of how to use and call this?

I would like to create an addon that lets me hotkey and auto report bugs.

Baertram 07/13/23 02:41 AM

Try to search esoui sources for it, on GithUb e.g. or download sirinsidiator's "addon" (esoui source code) and search them locally to find implementations:

https://github.com/esoui/esoui/blob/...nager.lua#L100


Not sure, but directly using the API function maybe a problem (ZOs needs to tell us)!
There exists the object ZO_HELP_GENERIC_TICKET_SUBMISSION_MANAGER of class ZO_Help_GenericTicketSubmission_Manager which you shoud use then to report the issues via the normal ticketing system.


All times are GMT -6. The time now is 01:58 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI