
com.path.android.jobqueue.network.NetworkUtil Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android-priority-jobqueue Show documentation
Show all versions of android-priority-jobqueue Show documentation
a Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.
package com.path.android.jobqueue.network;
import android.content.Context;
/**
* Interface which you can implement if you want to provide a custom Network callback.
* Make sure you also implement {@link NetworkEventProvider} for best performance.
*/
public interface NetworkUtil {
public boolean isConnected(Context context);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy