ShortcutManager.DynamicShortcuts Property

Definition

Return all dynamic shortcuts from the caller app.

public virtual System.Collections.Generic.IList<Android.Content.PM.ShortcutInfo> DynamicShortcuts { [Android.Runtime.Register("getDynamicShortcuts", "()Ljava/util/List;", "GetGetDynamicShortcutsHandler", ApiSince=25)] get; }
[<get: Android.Runtime.Register("getDynamicShortcuts", "()Ljava/util/List;", "GetGetDynamicShortcutsHandler", ApiSince=25)>]
member this.DynamicShortcuts : System.Collections.Generic.IList<Android.Content.PM.ShortcutInfo>

Property Value

IList<ShortcutInfo>
Attributes

Remarks

Java documentation for android.content.pm.ShortcutManager.getDynamicShortcuts().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to