Builder
Builder(Int32, ComponentName)
JniPeerMembers
ThresholdClass
ThresholdType
AddTriggerContentUri(TriggerContentUri)
Build()
SetBackoffCriteria(Int64, BackoffPolicy)
SetClipData(ClipData, ActivityFlags)
SetEstimatedNetworkBytes(Int64, Int64)
SetExpedited(Boolean)
SetExtras(PersistableBundle)
SetImportantWhileForeground(Boolean)
SetMinimumLatency(Int64)
SetMinimumNetworkChunkBytes(Int64)
SetOverrideDeadline(Int64)
SetPeriodic(Int64)
SetPeriodic(Int64, Int64)
SetPersisted(Boolean)
SetPrefetch(Boolean)
SetPriority(Int32)
SetRequiredNetwork(NetworkRequest)
SetRequiredNetworkType(NetworkType)
SetRequiresBatteryNotLow(Boolean)
SetRequiresCharging(Boolean)
SetRequiresDeviceIdle(Boolean)
SetRequiresStorageNotLow(Boolean)
SetTransientExtras(Bundle)
SetTriggerContentMaxDelay(Int64)
SetTriggerContentUpdateDelay(Int64)
SetUserInitiated(Boolean)
monoandroid
namespace Android.App.Job
{
[Register("android/app/job/JobInfo", DoNotGenerateAcw = true)]
public class JobInfo : Object, IParcelable, IJavaObject, IJavaPeerable, IDisposable
{
[Register("android/app/job/JobInfo$Builder", DoNotGenerateAcw = true)]
public sealed class Builder : Object
{
[Register("setRequiresStorageNotLow", "(Z)Landroid/app/job/JobInfo$Builder;", "", ApiSince = 26)]
public Builder? SetRequiresStorageNotLow(bool storageNotLow);
}
}
}
| .NET | 6.07.08.09.0 |
|---|---|
Information specific to monoandroid | |
| Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API