Feedback Aide API Methods
init()
Initialize an instance for LearnosityFeedbackAide app.
You must use this method to create a new instance of the Feedback Aide app.
Examples
const feedbackApp = await LearnosityFeedbackAide.init();
Arguments
None.
Return value
Type Promise
When the promise resolves, it will return a FeedbackAideApp interface.
See feedbackAideApp for more information.