Package com.batch.android.query
Class LocalCampaignsQuery
- java.lang.Object
-
- com.batch.android.query.Query
-
- com.batch.android.query.LocalCampaignsQuery
-
public class LocalCampaignsQuery extends Query
Query for local local campaigns sync
-
-
Constructor Summary
Constructors Constructor Description LocalCampaignsQuery(CampaignManager campaignManager, android.content.Context context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JSONObjecttoJSON()Serialize this query to json
Child would typicaly extends this method to provide extra data-
Methods inherited from class com.batch.android.query.Query
getContext, getID, getType
-
-
-
-
Constructor Detail
-
LocalCampaignsQuery
public LocalCampaignsQuery(CampaignManager campaignManager, android.content.Context context)
-
-
Method Detail
-
toJSON
public JSONObject toJSON() throws JSONException
Description copied from class:QuerySerialize this query to json
Child would typicaly extends this method to provide extra data- Overrides:
toJSONin classQuery- Returns:
- Throws:
JSONException
-
-