-
public class AttributesCheckQuery extends Query
Query to check if the attributes have been received by the server
-
-
Constructor Summary
Constructors Constructor Description AttributesCheckQuery(Context context, long version, String transactionID)
-
Method Summary
Modifier and Type Method Description JSONObjecttoJSON()Serialize this query to jsonChild would typicaly extends this method to provide extra data -
-
Method Detail
-
toJSON
JSONObject toJSON()
Serialize this query to jsonChild would typicaly extends this method to provide extra data
-
-
-
-