Feedback Aide API Methods
This article details methods the host page can use to interact with Feedback Aide API.
LearnosityFeedbackAide
The following methods are accessed via the window.LearnosityFeedbackAide object.
When the Feedback Aide API script has loaded, the LearnosityFeedbackAide object is instantiated, and ready for use.
feedbackAideApp
The following methods are accessed via the feedbackAideApp object returned by window.LearnosityFeedbackAide.init(). This object provides methods to interact with, and receive information from the particular instance of Feedback Aide API.
feedbackSession
The following methods are accessed via the feedbackSession object returned by feedbackAideApp.feedbackSession(). This object provides methods to interact with, and receive information from the particular instance of a feedback session.
sessionUI
The following methods are accessed via the sessionUI object returned by feedbackSession.createUI(). This object provides methods to interact with the feedback session UI.