Table of Contents

Class LauncherApps.ShortcutQuery

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

Constructors

ShortcutQuery()

public ShortcutQuery()

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

FLAG_GET_KEY_FIELDS_ONLY

public static int FLAG_GET_KEY_FIELDS_ONLY { get; set; }

Property Value

int

FLAG_MATCH_CACHED

public static int FLAG_MATCH_CACHED { get; set; }

Property Value

int

FLAG_MATCH_DYNAMIC

public static int FLAG_MATCH_DYNAMIC { get; set; }

Property Value

int

FLAG_MATCH_MANIFEST

public static int FLAG_MATCH_MANIFEST { get; set; }

Property Value

int

FLAG_MATCH_PINNED

public static int FLAG_MATCH_PINNED { get; set; }

Property Value

int

FLAG_MATCH_PINNED_BY_ANY_LAUNCHER

public static int FLAG_MATCH_PINNED_BY_ANY_LAUNCHER { get; set; }

Property Value

int

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

CreatePoolableInstance()

HPA initializer for ShortcutQuery()

public static LauncherApps.ShortcutQuery CreatePoolableInstance()

Returns

LauncherApps.ShortcutQuery

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