All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.path.android.jobqueue.network.NetworkUtil Maven / Gradle / Ivy

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