Feedback
You can track user feedbacks as following:
kiwiSDK.feedback().track(new Feedback()
.withLike(2)
.withRecommend(4)
.withEmail("kiwi.test.app@gmail.com")
.withNeedResponse(false)
.withComment("Comment here")
.withExtraInfo("{\"bla\":\"blabla\"}"));
NOTE: This operation will be performed on background.
Last updated