-
public final class StartQuery extends Query
A start query
-
-
Constructor Summary
Constructors Constructor Description StartQuery(Context context, boolean fromPush, String pushId, boolean userActivity)
-
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
-
-
-
-