Class JobServiceEngine
public class JobServiceEngine : JVMBridgeBase<JobServiceEngine>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
JobServiceEngine
- Implements
- Extension Methods
Constructors
JobServiceEngine(Service)
public JobServiceEngine(Service arg0)
Parameters
JobServiceEngine(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 JobServiceEngine(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
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(Service)
HPA initializer for JobServiceEngine(Android.App.Service arg0)
public static JobServiceEngine CreatePoolableInstance(Service arg0)
Parameters
arg0Service
Returns
GetBinder()
public IBinder GetBinder()
Returns
JobFinished(JobParameters, bool)
public void JobFinished(JobParameters arg0, bool arg1)
Parameters
arg0JobParametersarg1bool
OnNetworkChanged(JobParameters)
public void OnNetworkChanged(JobParameters arg0)
Parameters
OnStartJob(JobParameters)
public bool OnStartJob(JobParameters arg0)
Parameters
Returns
OnStopJob(JobParameters)
public bool OnStopJob(JobParameters arg0)
Parameters
Returns
SetNotification(JobParameters, int, Notification, int)
public void SetNotification(JobParameters arg0, int arg1, Notification arg2, int arg3)
Parameters
arg0JobParametersarg1intarg2Notificationarg3int
UpdateEstimatedNetworkBytes(JobParameters, JobWorkItem, long, long)
public void UpdateEstimatedNetworkBytes(JobParameters arg0, JobWorkItem arg1, long arg2, long arg3)
Parameters
arg0JobParametersarg1JobWorkItemarg2longarg3long
UpdateTransferredNetworkBytes(JobParameters, JobWorkItem, long, long)
public void UpdateTransferredNetworkBytes(JobParameters arg0, JobWorkItem arg1, long arg2, long arg3)
Parameters
arg0JobParametersarg1JobWorkItemarg2longarg3long