Thread Tools Display Modes
07/13/23, 01:17 AM   #1
slimwaffle
AddOn Author - Click to view addons
Join Date: Mar 2021
Posts: 12
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.
  Reply With Quote
07/13/23, 02:41 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
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.
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » ReportFeedback() question


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off