Android.Content.PM.LabeledIntent Members

The members of Android.Content.PM.LabeledIntent are listed below.

See Also: Inherited members from Android.Content.Intent

Public Constructors

Create a labeled intent with no intent data but supplying a textual label and icon resource for it.
Create a labeled intent with no intent data but supplying the label and icon resources for it.
Create a labeled intent with no intent data but supplying a textual label and icon resource for it.
Create a labeled intent from the given intent, supplying a textual label and icon resource for it.
Create a labeled intent from the given intent, supplying the label and icon resources for it.
Create a labeled intent from the given intent, supplying a textual label and icon resource for it.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
IconResourceint. Return any resource identifier that has been given for the label icon.
[read-only]
LabelResourceint. Return any resource identifier that has been given for the label text.
[read-only]
NonLocalizedLabelstring. Documentation for this section has not yet been entered.
[read-only]
NonLocalizedLabelFormattedJava.Lang.ICharSequence. Return any concrete text that has been given for the label text.
[read-only]
SourcePackagestring. Return the name of the package holding label and icon resources.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

LoadIcon(PackageManager) : Android.Graphics.Drawables.Drawable
Retrieve the icon associated with this object.
LoadLabel(PackageManager) : string
Documentation for this section has not yet been entered.
LoadLabelFormatted(PackageManager) : Java.Lang.ICharSequence
Retrieve the label associated with this object.