Class JobWorkItem
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
JobWorkItem(Intent, long, long)
public JobWorkItem(Intent arg0, long arg1, long arg2)
Parameters
JobWorkItem(Intent, long, long, long)
public JobWorkItem(Intent arg0, long arg1, long arg2, long arg3)
Parameters
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
CreatePoolableInstance(Intent)
HPA initializer for JobWorkItem(Android.Content.Intent arg0)
public static JobWorkItem CreatePoolableInstance(Intent arg0)
Parameters
arg0Intent
Returns
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
Returns
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
Returns
DescribeContents()
public int DescribeContents()
Returns
GetDeliveryCount()
public int GetDeliveryCount()
Returns
GetEstimatedNetworkDownloadBytes()
public long GetEstimatedNetworkDownloadBytes()
Returns
GetEstimatedNetworkUploadBytes()
public long GetEstimatedNetworkUploadBytes()
Returns
GetExtras()
public PersistableBundle GetExtras()
Returns
GetIntent()
public Intent GetIntent()
Returns
GetMinimumNetworkChunkBytes()
public long GetMinimumNetworkChunkBytes()
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)