NotificationManager.DeleteNotificationChannel(String) 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.
Supprime le canal de notification donné.
[Android.Runtime.Register("deleteNotificationChannel", "(Ljava/lang/String;)V", "GetDeleteNotificationChannel_Ljava_lang_String_Handler", ApiSince=26)]
public virtual void DeleteNotificationChannel (string? channelId);
[<Android.Runtime.Register("deleteNotificationChannel", "(Ljava/lang/String;)V", "GetDeleteNotificationChannel_Ljava_lang_String_Handler", ApiSince=26)>]
abstract member DeleteNotificationChannel : string -> unit
override this.DeleteNotificationChannel : string -> unit
Paramètres
- channelId
- String
- Attributs
Remarques
Supprime le canal de notification donné.
Si vous #createNotificationChannel(NotificationChannel) create
avez un nouveau canal avec ce même ID, le canal supprimé est supprimé avec tous les mêmes paramètres qu’avant sa suppression.
Documentation Java pour android.app.NotificationManager.deleteNotificationChannel(java.lang.String)
.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.