Table of Contents

Class LauncherActivityInfo

Namespace
Android.Content.Pm
Assembly
MASES.Netdroid.dll
public class LauncherActivityInfo : JVMBridgeBase<LauncherActivityInfo>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
LauncherActivityInfo
Implements
Extension Methods

Constructors

LauncherActivityInfo(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 LauncherActivityInfo(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

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

GetActivityInfo()

public ActivityInfo GetActivityInfo()

Returns

ActivityInfo

ActivityInfo

GetApplicationInfo()

public ApplicationInfo GetApplicationInfo()

Returns

ApplicationInfo

ApplicationInfo

GetBadgedIcon(int)

public Drawable GetBadgedIcon(int arg0)

Parameters

arg0 int

int

Returns

Drawable

Drawable

GetComponentName()

public ComponentName GetComponentName()

Returns

ComponentName

ComponentName

GetFirstInstallTime()

public long GetFirstInstallTime()

Returns

long

long

GetIcon(int)

public Drawable GetIcon(int arg0)

Parameters

arg0 int

int

Returns

Drawable

Drawable

GetLabel()

public CharSequence GetLabel()

Returns

CharSequence

CharSequence

GetLoadingProgress()

public float GetLoadingProgress()

Returns

float

float

GetName()

public String GetName()

Returns

String

String

GetUser()

public UserHandle GetUser()

Returns

UserHandle

UserHandle