kiwi-sdk-android
  • Introduction
  • Analytics
  • Feedback
  • Newsletter
  • Promocode
  • Push
  • Services
  • Subscription
  • User
  • Authentication
  • Account
  • Media Track
Powered by GitBook
On this page

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.

PreviousAnalyticsNextNewsletter

Last updated 6 years ago