Table of Contents

Class LauncherApps.ShortcutQuery

Namespace
Android.Content.Pm
Assembly
MASES.Netdroid.dll
public class LauncherApps.ShortcutQuery : JVMBridgeBase<LauncherApps.ShortcutQuery>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
LauncherApps.ShortcutQuery
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<LauncherApps.ShortcutQuery>.IsAssignableFrom(IJavaType)
JVMBridgeBase<LauncherApps.ShortcutQuery>.IsAssignableFrom<T>()
JVMBridgeBase<LauncherApps.ShortcutQuery>.Execute<T>(params T[])
JVMBridgeBase<LauncherApps.ShortcutQuery>.DynBridgeClazz
JVMBridgeBase<LauncherApps.ShortcutQuery>.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

ShortcutQuery()

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

public ShortcutQuery()

ShortcutQuery(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 ShortcutQuery(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

FLAG_GET_KEY_FIELDS_ONLY

public static int FLAG_GET_KEY_FIELDS_ONLY { get; }

Property Value

int

FLAG_MATCH_CACHED

public static int FLAG_MATCH_CACHED { get; }

Property Value

int

FLAG_MATCH_DYNAMIC

public static int FLAG_MATCH_DYNAMIC { get; }

Property Value

int

FLAG_MATCH_MANIFEST

public static int FLAG_MATCH_MANIFEST { get; }

Property Value

int

FLAG_MATCH_PINNED

public static int FLAG_MATCH_PINNED { get; }

Property Value

int

FLAG_MATCH_PINNED_BY_ANY_LAUNCHER

public static int FLAG_MATCH_PINNED_BY_ANY_LAUNCHER { 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

Methods

SetActivity(ComponentName)

public LauncherApps.ShortcutQuery SetActivity(ComponentName arg0)

Parameters

arg0 ComponentName

ComponentName

Returns

LauncherApps.ShortcutQuery

LauncherApps.ShortcutQuery

SetChangedSince(long)

public LauncherApps.ShortcutQuery SetChangedSince(long arg0)

Parameters

arg0 long

long

Returns

LauncherApps.ShortcutQuery

LauncherApps.ShortcutQuery

SetLocusIds(List<LocusId>)

public LauncherApps.ShortcutQuery SetLocusIds(List<LocusId> arg0)

Parameters

arg0 List<LocusId>

List

Returns

LauncherApps.ShortcutQuery

LauncherApps.ShortcutQuery

SetPackage(String)

public LauncherApps.ShortcutQuery SetPackage(String arg0)

Parameters

arg0 String

String

Returns

LauncherApps.ShortcutQuery

LauncherApps.ShortcutQuery

SetQueryFlags(int)

public LauncherApps.ShortcutQuery SetQueryFlags(int arg0)

Parameters

arg0 int

int

Returns

LauncherApps.ShortcutQuery

LauncherApps.ShortcutQuery

SetShortcutIds(List<String>)

public LauncherApps.ShortcutQuery SetShortcutIds(List<String> arg0)

Parameters

arg0 List<String>

List

Returns

LauncherApps.ShortcutQuery

LauncherApps.ShortcutQuery