Package 

Interface IThingFeedbackManager

    • Method Summary

      Modifier and Type Method Description
      abstract void )>addFeedback(String message, String contact, String hdId, int hdType, IThingDataCallback<FeedbackMsgBean> callback) Add feedback
      abstract void >)>getFeedbackType(IThingDataCallback<List<FeedbackTypeRespBean>> callback) Get feedback category
      abstract void >)>getFeedbackList(IThingDataCallback<List<FeedbackBean>> callback) Get feedback list
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • addFeedback

         abstract void )>addFeedback(String message, String contact, String hdId, int hdType, IThingDataCallback<FeedbackMsgBean> callback)

        Add feedback

        Parameters:
        message - Feedback content
        hdId - Feedback category id
        hdType - Feedback type
        callback - callback IThingDataCallback, FeedbackMsgBean
      • getFeedbackType

         abstract void >)>getFeedbackType(IThingDataCallback<List<FeedbackTypeRespBean>> callback)

        Get feedback category

        Parameters:
        callback - callback IThingDataCallback, FeedbackTypeRespBean
      • getFeedbackList

         abstract void >)>getFeedbackList(IThingDataCallback<List<FeedbackBean>> callback)

        Get feedback list

        Parameters:
        callback - callback IThingDataCallback, FeedbackBean