LauncherApps.Callback.OnUserConfigChanged(LauncherUserInfo) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique que LauncherUserInfo les configurations d’un utilisateur ont changé.
[Android.Runtime.Register("onUserConfigChanged", "(Landroid/content/pm/LauncherUserInfo;)V", "GetOnUserConfigChanged_Landroid_content_pm_LauncherUserInfo_Handler", ApiSince=36)]
public virtual void OnUserConfigChanged(Android.Content.PM.LauncherUserInfo launcherUserInfo);
[<Android.Runtime.Register("onUserConfigChanged", "(Landroid/content/pm/LauncherUserInfo;)V", "GetOnUserConfigChanged_Landroid_content_pm_LauncherUserInfo_Handler", ApiSince=36)>]
abstract member OnUserConfigChanged : Android.Content.PM.LauncherUserInfo -> unit
override this.OnUserConfigChanged : Android.Content.PM.LauncherUserInfo -> unit
Paramètres
- launcherUserInfo
- LauncherUserInfo
LauncherUserInfo de l’utilisateur/profil dont les configurations ont changé.
- Attributs
Remarques
Indique que LauncherUserInfo les configurations d’un utilisateur ont changé. Le nouveau LauncherUserInfo est donné en tant que paramètre.
LauncherUserInfo#getUserConfig pour obtenir les configurations utilisateur mises à jour.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.