-
public class LocalCampaignsQuery extends Query
Query for local local campaigns sync
-
-
Constructor Summary
Constructors Constructor Description LocalCampaignsQuery(CampaignManager campaignManager, Context context)
-
Method Summary
Modifier and Type Method Description JSONObjecttoJSON()Serialize this query to jsonChild would typicaly extends this method to provide extra data -
-
Constructor Detail
-
LocalCampaignsQuery
LocalCampaignsQuery(CampaignManager campaignManager, Context context)
-
-
Method Detail
-
toJSON
JSONObject toJSON()
Serialize this query to jsonChild would typicaly extends this method to provide extra data
-
-
-
-