JobInfo.NetworkType Property

Definition

Return the basic description of the kind of network this job requires.

public virtual Android.App.Job.NetworkType NetworkType { [Android.Runtime.Register("getNetworkType", "()I", "GetGetNetworkTypeHandler")] get; }
[<get: Android.Runtime.Register("getNetworkType", "()I", "GetGetNetworkTypeHandler")>]
member this.NetworkType : Android.App.Job.NetworkType

Property Value

Attributes

Remarks

Return the basic description of the kind of network this job requires.

This member is deprecated. This method attempts to map #getRequiredNetwork() into the set of simple constants, which results in a loss of fidelity. Callers should move to using #getRequiredNetwork() directly.

Java documentation for android.app.job.JobInfo.getNetworkType().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to