Android APIs
public static interface

JobInfo.NetworkType

android.app.job.JobInfo.NetworkType

Summary

Constants
int ANY This job requires network connectivity.
int NONE Default.
int UNMETERED This job requires network connectivity that is unmetered.

Constants

public static final int ANY

This job requires network connectivity.

Constant Value: 1 (0x00000001)

public static final int NONE

Default.

Constant Value: 0 (0x00000000)

public static final int UNMETERED

This job requires network connectivity that is unmetered.

Constant Value: 2 (0x00000002)