Table of Contents

Class ShortcutManager

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

ShortcutManager()

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

public ShortcutManager()

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

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

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

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

AddDynamicShortcuts(List<ShortcutInfo>)

public bool AddDynamicShortcuts(List<ShortcutInfo> arg0)

Parameters

arg0 List<ShortcutInfo>

List

Returns

bool

bool

CreateShortcutResultIntent(ShortcutInfo)

public Intent CreateShortcutResultIntent(ShortcutInfo arg0)

Parameters

arg0 ShortcutInfo

ShortcutInfo

Returns

Intent

Intent

DisableShortcuts(List<String>)

public void DisableShortcuts(List<String> arg0)

Parameters

arg0 List<String>

List

DisableShortcuts(List<String>, CharSequence)

public void DisableShortcuts(List<String> arg0, CharSequence arg1)

Parameters

arg0 List<String>

List

arg1 CharSequence

CharSequence

EnableShortcuts(List<String>)

public void EnableShortcuts(List<String> arg0)

Parameters

arg0 List<String>

List

GetDynamicShortcuts()

public List<ShortcutInfo> GetDynamicShortcuts()

Returns

List<ShortcutInfo>

List

GetIconMaxHeight()

public int GetIconMaxHeight()

Returns

int

int

GetIconMaxWidth()

public int GetIconMaxWidth()

Returns

int

int

GetManifestShortcuts()

public List<ShortcutInfo> GetManifestShortcuts()

Returns

List<ShortcutInfo>

List

GetMaxShortcutCountPerActivity()

public int GetMaxShortcutCountPerActivity()

Returns

int

int

GetPinnedShortcuts()

public List<ShortcutInfo> GetPinnedShortcuts()

Returns

List<ShortcutInfo>

List

GetShortcuts(int)

public List<ShortcutInfo> GetShortcuts(int arg0)

Parameters

arg0 int

int

Returns

List<ShortcutInfo>

List

IsRateLimitingActive()

public bool IsRateLimitingActive()

Returns

bool

bool

IsRequestPinShortcutSupported()

public bool IsRequestPinShortcutSupported()

Returns

bool

bool

PushDynamicShortcut(ShortcutInfo)

public void PushDynamicShortcut(ShortcutInfo arg0)

Parameters

arg0 ShortcutInfo

ShortcutInfo

RemoveAllDynamicShortcuts()

public void RemoveAllDynamicShortcuts()

RemoveDynamicShortcuts(List<String>)

public void RemoveDynamicShortcuts(List<String> arg0)

Parameters

arg0 List<String>

List

RemoveLongLivedShortcuts(List<String>)

public void RemoveLongLivedShortcuts(List<String> arg0)

Parameters

arg0 List<String>

List

ReportShortcutUsed(String)

public void ReportShortcutUsed(String arg0)

Parameters

arg0 String

String

RequestPinShortcut(ShortcutInfo, IntentSender)

public bool RequestPinShortcut(ShortcutInfo arg0, IntentSender arg1)

Parameters

arg0 ShortcutInfo

ShortcutInfo

arg1 IntentSender

IntentSender

Returns

bool

bool

SetDynamicShortcuts(List<ShortcutInfo>)

public bool SetDynamicShortcuts(List<ShortcutInfo> arg0)

Parameters

arg0 List<ShortcutInfo>

List

Returns

bool

bool

UpdateShortcuts(List<ShortcutInfo>)

public bool UpdateShortcuts(List<ShortcutInfo> arg0)

Parameters

arg0 List<ShortcutInfo>

List

Returns

bool

bool