Table of Contents

Class ShortcutInfo

Namespace
Android.Content.Pm
Assembly
MASES.Netdroid.dll
public class ShortcutInfo : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IParcelable
Inheritance
JVMBridgeBase
JVMBridgeBase<Parcelable>
ShortcutInfo
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Parcelable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Parcelable>.IsAssignableFrom<T>()
JVMBridgeBase<Parcelable>.Execute<T>(params T[])
JVMBridgeBase<Parcelable>.DynBridgeClazz
JVMBridgeBase<Parcelable>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

ShortcutInfo()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public ShortcutInfo()

ShortcutInfo(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public ShortcutInfo(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; }

Property Value

Parcelable.Creator

DISABLED_REASON_APP_CHANGED

public static int DISABLED_REASON_APP_CHANGED { get; }

Property Value

int

DISABLED_REASON_BACKUP_NOT_SUPPORTED

public static int DISABLED_REASON_BACKUP_NOT_SUPPORTED { get; }

Property Value

int

DISABLED_REASON_BY_APP

public static int DISABLED_REASON_BY_APP { get; }

Property Value

int

DISABLED_REASON_NOT_DISABLED

public static int DISABLED_REASON_NOT_DISABLED { get; }

Property Value

int

DISABLED_REASON_OTHER_RESTORE_ISSUE

public static int DISABLED_REASON_OTHER_RESTORE_ISSUE { get; }

Property Value

int

DISABLED_REASON_SIGNATURE_MISMATCH

public static int DISABLED_REASON_SIGNATURE_MISMATCH { get; }

Property Value

int

DISABLED_REASON_UNKNOWN

public static int DISABLED_REASON_UNKNOWN { get; }

Property Value

int

DISABLED_REASON_VERSION_LOWER

public static int DISABLED_REASON_VERSION_LOWER { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

SHORTCUT_CATEGORY_CONVERSATION

public static String SHORTCUT_CATEGORY_CONVERSATION { get; }

Property Value

String

SURFACE_LAUNCHER

public static int SURFACE_LAUNCHER { get; }

Property Value

int

Methods

CreateFromGenericDocument(Context, GenericDocument)

public static ShortcutInfo CreateFromGenericDocument(Context arg0, GenericDocument arg1)

Parameters

arg0 Context

Context

arg1 GenericDocument

GenericDocument

Returns

ShortcutInfo

ShortcutInfo

DescribeContents()

public int DescribeContents()

Returns

int

int

GetActivity()

public ComponentName GetActivity()

Returns

ComponentName

ComponentName

GetCapabilities()

public List<Capability> GetCapabilities()

Returns

List<Capability>

List

GetCapabilityParams(Capability)

public List<CapabilityParams> GetCapabilityParams(Capability arg0)

Parameters

arg0 Capability

Capability

Returns

List<CapabilityParams>

List

GetCategories()

public Set<String> GetCategories()

Returns

Set<String>

Set

GetDisabledMessage()

public CharSequence GetDisabledMessage()

Returns

CharSequence

CharSequence

GetDisabledReason()

public int GetDisabledReason()

Returns

int

int

GetExcludedFromSurfaces()

public int GetExcludedFromSurfaces()

Returns

int

int

GetExtras()

public PersistableBundle GetExtras()

Returns

PersistableBundle

PersistableBundle

GetId()

public String GetId()

Returns

String

String

GetIntent()

public Intent GetIntent()

Returns

Intent

Intent

GetIntents()

public Intent[] GetIntents()

Returns

Intent[]

Intent

GetLastChangedTimestamp()

public long GetLastChangedTimestamp()

Returns

long

long

GetLocusId()

public LocusId GetLocusId()

Returns

LocusId

LocusId

GetLongLabel()

public CharSequence GetLongLabel()

Returns

CharSequence

CharSequence

GetPackage()

public String GetPackage()

Returns

String

String

GetRank()

public int GetRank()

Returns

int

int

GetShortLabel()

public CharSequence GetShortLabel()

Returns

CharSequence

CharSequence

GetUserHandle()

public UserHandle GetUserHandle()

Returns

UserHandle

UserHandle

HasKeyFieldsOnly()

public bool HasKeyFieldsOnly()

Returns

bool

bool

IsCached()

public bool IsCached()

Returns

bool

bool

IsDeclaredInManifest()

public bool IsDeclaredInManifest()

Returns

bool

bool

IsDynamic()

public bool IsDynamic()

Returns

bool

bool

IsEnabled()

public bool IsEnabled()

Returns

bool

bool

IsExcludedFromSurfaces(int)

public bool IsExcludedFromSurfaces(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

IsImmutable()

public bool IsImmutable()

Returns

bool

bool

IsPinned()

public bool IsPinned()

Returns

bool

bool

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int