public class ProfiledJobManager
extends com.path.android.jobqueue.JobManager
| Constructor and Description |
|---|
ProfiledJobManager(android.content.Context context) |
ProfiledJobManager(android.content.Context context,
com.path.android.jobqueue.config.Configuration config) |
ProfiledJobManager(android.content.Context context,
java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
long |
addJob(int priority,
long delay,
com.path.android.jobqueue.BaseJob baseJob) |
void |
registerNotifier(de.jodamob.android.espresso.QueueNotifier notifier) |
public ProfiledJobManager(android.content.Context context)
public ProfiledJobManager(android.content.Context context,
java.lang.String id)
public ProfiledJobManager(android.content.Context context,
com.path.android.jobqueue.config.Configuration config)