Studio Developer Manual / Version 2406.0
Table Of Contents
As mentioned before, the Feedback Hub comes with some predefined FeedbackAdapter
implementations. If you want implement your own feedback adapter and the existing ones are not suitable for you,
custom FeedbackProvider
implementations can be used to return any kind of feedback.
A detailed example for a custom Feedback Hub adapter implementation can be found here: https://github.com/CoreMedia/feedback-hub-adapter-tutorial
The tutorial describes how to implement feedback based on a CoreMedia content repository. It shows
how predefined FeedbackItem
s can be used to display graphs and charts in the Studio.
The available FeedbackItem
s are described in the section Section 9.28.6, “Predefined FeedbackItems”.