-
- All Implemented Interfaces:
-
com.batch.android.core.TaskRunnable,java.lang.Runnable
public class LocalCampaignsWebservice extends BatchQueryWebservice implements TaskRunnable
Webservice to ask the server for all type of local campaigns (be in-app or notification)
-
-
Constructor Summary
Constructors Constructor Description LocalCampaignsWebservice(Context context, LocalCampaignsWebserviceListener listener)
-
Method Summary
Modifier and Type Method Description voidrun()StringgetTaskIdentifier()Return a string that identify this task -
Methods inherited from class com.batch.android.core.Webservice
encode, executeRequest, formatDate, getResponseErrorCause, isResponseValid -
Methods inherited from class java.lang.Runnable
run -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
LocalCampaignsWebservice
LocalCampaignsWebservice(Context context, LocalCampaignsWebserviceListener listener)
-
-
Method Detail
-
run
void run()
-
getTaskIdentifier
String getTaskIdentifier()
Return a string that identify this task
-
-
-
-