Package 

Interface IThingFeedbackMag

    • Method Summary

      Modifier and Type Method Description
      abstract void )>addMsg(String msg, String contact, IThingDataCallback<FeedbackMsgBean> callback) Add new feedback
      abstract void >)>getMsgList(IThingDataCallback<List<FeedbackMsgBean>> callback) Get a list of feedback messages
      • Methods inherited from class java.lang.Object

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

      • addMsg

         abstract void )>addMsg(String msg, String contact, IThingDataCallback<FeedbackMsgBean> callback)

        Add new feedback

        Parameters:
        msg - Feedback content
        contact - contact
        callback - callback FeedbackMsgBean
      • getMsgList

         abstract void >)>getMsgList(IThingDataCallback<List<FeedbackMsgBean>> callback)

        Get a list of feedback messages

        Parameters:
        callback - callback FeedbackMsgBean