LauncherApps.Callback.OnShortcutsChanged(String, IList<ShortcutInfo>, UserHandle) Method

Definition

[Android.Runtime.Register("onShortcutsChanged", "(Ljava/lang/String;Ljava/util/List;Landroid/os/UserHandle;)V", "GetOnShortcutsChanged_Ljava_lang_String_Ljava_util_List_Landroid_os_UserHandle_Handler", ApiSince=25)]
public virtual void OnShortcutsChanged (string packageName, System.Collections.Generic.IList<Android.Content.PM.ShortcutInfo> shortcuts, Android.OS.UserHandle user);
[<Android.Runtime.Register("onShortcutsChanged", "(Ljava/lang/String;Ljava/util/List;Landroid/os/UserHandle;)V", "GetOnShortcutsChanged_Ljava_lang_String_Ljava_util_List_Landroid_os_UserHandle_Handler", ApiSince=25)>]
abstract member OnShortcutsChanged : string * System.Collections.Generic.IList<Android.Content.PM.ShortcutInfo> * Android.OS.UserHandle -> unit
override this.OnShortcutsChanged : string * System.Collections.Generic.IList<Android.Content.PM.ShortcutInfo> * Android.OS.UserHandle -> unit

Parameters

packageName
String
shortcuts
IList<ShortcutInfo>
user
UserHandle
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