Class LauncherApps.ShortcutQuery
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
FLAG_GET_KEY_FIELDS_ONLY
public static int FLAG_GET_KEY_FIELDS_ONLY { get; set; }
Property Value
FLAG_MATCH_CACHED
public static int FLAG_MATCH_CACHED { get; set; }
Property Value
FLAG_MATCH_DYNAMIC
public static int FLAG_MATCH_DYNAMIC { get; set; }
Property Value
FLAG_MATCH_MANIFEST
public static int FLAG_MATCH_MANIFEST { get; set; }
Property Value
FLAG_MATCH_PINNED
public static int FLAG_MATCH_PINNED { get; set; }
Property Value
FLAG_MATCH_PINNED_BY_ANY_LAUNCHER
public static int FLAG_MATCH_PINNED_BY_ANY_LAUNCHER { 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()
HPA initializer for ShortcutQuery()
public static LauncherApps.ShortcutQuery CreatePoolableInstance()
Returns
SetActivity(ComponentName)
public LauncherApps.ShortcutQuery SetActivity(ComponentName arg0)
Parameters
Returns
SetChangedSince(long)
public LauncherApps.ShortcutQuery SetChangedSince(long arg0)
Parameters
Returns
SetLocusIds(List<LocusId>)
public LauncherApps.ShortcutQuery SetLocusIds(List<LocusId> arg0)
Parameters
Returns
SetPackage(String)
public LauncherApps.ShortcutQuery SetPackage(String arg0)
Parameters
Returns
SetQueryFlags(int)
public LauncherApps.ShortcutQuery SetQueryFlags(int arg0)
Parameters
Returns
SetShortcutIds(List<String>)
public LauncherApps.ShortcutQuery SetShortcutIds(List<String> arg0)