Table of Contents

Class JobWorkItem

Namespace
Android.App.Job
Assembly
MASES.Netdroid.dll
public class JobWorkItem : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
Inheritance
JobWorkItem
Implements
Inherited Members
Extension Methods

Constructors

JobWorkItem(Intent)

public JobWorkItem(Intent arg0)

Parameters

arg0 Intent

Intent

JobWorkItem(Intent, long, long)

public JobWorkItem(Intent arg0, long arg1, long arg2)

Parameters

arg0 Intent

Intent

arg1 long

long

arg2 long

long

JobWorkItem(Intent, long, long, long)

public JobWorkItem(Intent arg0, long arg1, long arg2, long arg3)

Parameters

arg0 Intent

Intent

arg1 long

long

arg2 long

long

arg3 long

long

JobWorkItem(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public JobWorkItem(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

CreatePoolableInstance(Intent)

HPA initializer for JobWorkItem(Android.Content.Intent arg0)

public static JobWorkItem CreatePoolableInstance(Intent arg0)

Parameters

arg0 Intent

Returns

JobWorkItem

CreatePoolableInstance(Intent, long, long)

HPA initializer for JobWorkItem(Android.Content.Intent arg0, long arg1, long arg2)

public static JobWorkItem CreatePoolableInstance(Intent arg0, long arg1, long arg2)

Parameters

arg0 Intent
arg1 long
arg2 long

Returns

JobWorkItem

CreatePoolableInstance(Intent, long, long, long)

HPA initializer for JobWorkItem(Android.Content.Intent arg0, long arg1, long arg2, long arg3)

public static JobWorkItem CreatePoolableInstance(Intent arg0, long arg1, long arg2, long arg3)

Parameters

arg0 Intent
arg1 long
arg2 long
arg3 long

Returns

JobWorkItem

DescribeContents()

public int DescribeContents()

Returns

int

int

GetDeliveryCount()

public int GetDeliveryCount()

Returns

int

int

GetEstimatedNetworkDownloadBytes()

public long GetEstimatedNetworkDownloadBytes()

Returns

long

long

GetEstimatedNetworkUploadBytes()

public long GetEstimatedNetworkUploadBytes()

Returns

long

long

GetExtras()

public PersistableBundle GetExtras()

Returns

PersistableBundle

PersistableBundle

GetIntent()

public Intent GetIntent()

Returns

Intent

Intent

GetMinimumNetworkChunkBytes()

public long GetMinimumNetworkChunkBytes()

Returns

long

long

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int