Class ActivityManager.ProcessErrorStateInfo
public class ActivityManager.ProcessErrorStateInfo : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
- Inheritance
-
ActivityManager.ProcessErrorStateInfo
- Implements
- Inherited Members
- Extension Methods
Constructors
ProcessErrorStateInfo()
public ProcessErrorStateInfo()
ProcessErrorStateInfo(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 ProcessErrorStateInfo(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CRASHED
public static int CRASHED { get; set; }
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
NOT_RESPONDING
public static int NOT_RESPONDING { get; set; }
Property Value
NO_ERROR
public static int NO_ERROR { get; set; }
Property Value
condition
public int condition { get; set; }
Property Value
crashData
public byte[] crashData { get; set; }
Property Value
- byte[]
longMsg
public String longMsg { get; set; }
Property Value
pid
public int pid { get; set; }
Property Value
processName
public String processName { get; set; }
Property Value
shortMsg
public String shortMsg { get; set; }
Property Value
stackTrace
public String stackTrace { get; set; }
Property Value
tag
public String tag { get; set; }
Property Value
uid
public int uid { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for ProcessErrorStateInfo()
public static ActivityManager.ProcessErrorStateInfo CreatePoolableInstance()
Returns
DescribeContents()
public int DescribeContents()
Returns
ReadFromParcel(Parcel)
public void ReadFromParcel(Parcel arg0)
Parameters
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)