Class AttributesCheckQuery


  • public class AttributesCheckQuery
    extends Query
    Query to check if the attributes have been received by the server
    • Constructor Summary

      Constructors 
      Constructor Description
      AttributesCheckQuery​(android.content.Context context, long version, java.lang.String transactionID)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      JSONObject toJSON()
      Serialize this query to json
      Child would typicaly extends this method to provide extra data
      • Methods inherited from class java.lang.Object

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

      • AttributesCheckQuery

        public AttributesCheckQuery​(android.content.Context context,
                                    long version,
                                    java.lang.String transactionID)