Feedback Aide API Methods
init()
Initialize an instance for LearnosityFeedbackAide
app.
You would want to call this method when you want 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 this FeedbackAideApp for more information.