LauncherApps.ShortcutQuery.SetShortcutIds(IList<String>) Method

Definition

[Android.Runtime.Register("setShortcutIds", "(Ljava/util/List;)Landroid/content/pm/LauncherApps$ShortcutQuery;", "GetSetShortcutIds_Ljava_util_List_Handler", ApiSince=25)]
public virtual Android.Content.PM.LauncherApps.ShortcutQuery? SetShortcutIds (System.Collections.Generic.IList<string>? shortcutIds);
[<Android.Runtime.Register("setShortcutIds", "(Ljava/util/List;)Landroid/content/pm/LauncherApps$ShortcutQuery;", "GetSetShortcutIds_Ljava_util_List_Handler", ApiSince=25)>]
abstract member SetShortcutIds : System.Collections.Generic.IList<string> -> Android.Content.PM.LauncherApps.ShortcutQuery
override this.SetShortcutIds : System.Collections.Generic.IList<string> -> Android.Content.PM.LauncherApps.ShortcutQuery

Parameters

shortcutIds
IList<String>

Returns

Attributes

Remarks

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