Class LabeledIntent
public class LabeledIntent : Intent, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ICloneable, IParcelable
- Inheritance
-
LabeledIntent
- Implements
- Inherited Members
- Extension Methods
Constructors
LabeledIntent(Intent, String, CharSequence, int)
public LabeledIntent(Intent arg0, String arg1, CharSequence arg2, int arg3)
Parameters
arg0Intentarg1Stringarg2CharSequencearg3int
LabeledIntent(Intent, String, int, int)
public LabeledIntent(Intent arg0, String arg1, int arg2, int arg3)
Parameters
LabeledIntent(String, CharSequence, int)
public LabeledIntent(String arg0, CharSequence arg1, int arg2)
Parameters
arg0Stringarg1CharSequencearg2int
LabeledIntent(String, int, int)
public LabeledIntent(String arg0, int arg1, int arg2)
Parameters
LabeledIntent(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 LabeledIntent(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, String, CharSequence, int)
HPA initializer for LabeledIntent(Android.Content.Intent arg0, Java.Lang.String arg1, Java.Lang.CharSequence arg2, int arg3)
public static LabeledIntent CreatePoolableInstance(Intent arg0, String arg1, CharSequence arg2, int arg3)
Parameters
arg0Intentarg1Stringarg2CharSequencearg3int
Returns
CreatePoolableInstance(Intent, String, int, int)
HPA initializer for LabeledIntent(Android.Content.Intent arg0, Java.Lang.String arg1, int arg2, int arg3)
public static LabeledIntent CreatePoolableInstance(Intent arg0, String arg1, int arg2, int arg3)
Parameters
Returns
CreatePoolableInstance(String, CharSequence, int)
HPA initializer for LabeledIntent(Java.Lang.String arg0, Java.Lang.CharSequence arg1, int arg2)
public static LabeledIntent CreatePoolableInstance(String arg0, CharSequence arg1, int arg2)
Parameters
arg0Stringarg1CharSequencearg2int
Returns
CreatePoolableInstance(String, int, int)
HPA initializer for LabeledIntent(Java.Lang.String arg0, int arg1, int arg2)
public static LabeledIntent CreatePoolableInstance(String arg0, int arg1, int arg2)
Parameters
Returns
GetIconResource()
public int GetIconResource()
Returns
GetLabelResource()
public int GetLabelResource()
Returns
GetNonLocalizedLabel()
https://developer.android.com/reference/android/content/pm/LabeledIntent.html#getNonLocalizedLabel()
public CharSequence GetNonLocalizedLabel()
Returns
GetSourcePackage()
public String GetSourcePackage()
Returns
LoadIcon(PackageManager)
public Drawable LoadIcon(PackageManager arg0)
Parameters
Returns
LoadLabel(PackageManager)
public CharSequence LoadLabel(PackageManager arg0)