-
- All Implemented Interfaces:
-
com.batch.android.core.TaskRunnable,java.lang.Runnable
public class InboxSyncWebserviceClient extends BatchWebservice implements TaskRunnable
Webservice client for the Inbox API Used to sync notifications from the server
-
-
Constructor Summary
Constructors Constructor Description InboxSyncWebserviceClient(Context context, FetcherType type, String identifier, String authentication, Integer limit, String from, long fetcherId, List<InboxCandidateNotificationInternal> candidates, InboxWebserviceListener listener)
-
Method Summary
Modifier and Type Method Description StringgetTaskIdentifier()Return a string that identify this task voidrun()-
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
-
InboxSyncWebserviceClient
InboxSyncWebserviceClient(Context context, FetcherType type, String identifier, String authentication, Integer limit, String from, long fetcherId, List<InboxCandidateNotificationInternal> candidates, InboxWebserviceListener listener)
-
-
Method Detail
-
getTaskIdentifier
String getTaskIdentifier()
Return a string that identify this task
-
run
void run()
-
-
-
-