Class ComponentInfo
public class ComponentInfo : PackageItemInfo, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
ComponentInfo
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
ComponentInfo()
public ComponentInfo()
ComponentInfo(ComponentInfo)
public ComponentInfo(ComponentInfo arg0)
Parameters
ComponentInfo(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 ComponentInfo(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
applicationInfo
public ApplicationInfo applicationInfo { get; set; }
Property Value
attributionTags
public String[] attributionTags { get; set; }
Property Value
- String[]
descriptionRes
public int descriptionRes { get; set; }
Property Value
directBootAware
public bool directBootAware { get; set; }
Property Value
enabled
public bool enabled { get; set; }
Property Value
exported
public bool exported { get; set; }
Property Value
processName
public String processName { get; set; }
Property Value
splitName
public String splitName { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for ComponentInfo()
public static ComponentInfo CreatePoolableInstance()
Returns
CreatePoolableInstance(ComponentInfo)
HPA initializer for ComponentInfo(Android.Content.Pm.ComponentInfo arg0)
public static ComponentInfo CreatePoolableInstance(ComponentInfo arg0)
Parameters
arg0ComponentInfo
Returns
GetBannerResource()
public int GetBannerResource()
Returns
GetIconResource()
public int GetIconResource()
Returns
GetLogoResource()
public int GetLogoResource()
Returns
IsEnabled()
public bool IsEnabled()