Interface TmdUploadData


  • public interface TmdUploadData
    An interface used by the uploader to send data to the cloud
    • Method Detail

      • getId

        long getId()
      • getLastTimestamp

        long getLastTimestamp()
      • isSyncedWithCloud

        boolean isSyncedWithCloud()
      • setSynced

        void setSynced​(boolean synced)
      • toJson

        org.json.JSONObject toJson()
                            throws org.json.JSONException
        Throws:
        org.json.JSONException