NotificationManager.NotificationDelegate Propriété
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.
Retourne la #setNotificationDelegate(String) delegate
valeur qui peut publier des notifications en votre nom, s’il en existe actuellement une. -ou- Permet à un package de publier des notifications en votre nom à l’aide #notifyAsPackage(String, String, int, Notification)
de .
public virtual string? NotificationDelegate { [Android.Runtime.Register("getNotificationDelegate", "()Ljava/lang/String;", "GetGetNotificationDelegateHandler", ApiSince=29)] get; [Android.Runtime.Register("setNotificationDelegate", "(Ljava/lang/String;)V", "GetSetNotificationDelegate_Ljava_lang_String_Handler", ApiSince=29)] set; }
[<get: Android.Runtime.Register("getNotificationDelegate", "()Ljava/lang/String;", "GetGetNotificationDelegateHandler", ApiSince=29)>]
[<set: Android.Runtime.Register("setNotificationDelegate", "(Ljava/lang/String;)V", "GetSetNotificationDelegate_Ljava_lang_String_Handler", ApiSince=29)>]
member this.NotificationDelegate : string with get, set
Valeur de propriété
- Attributs
Remarques
Documentation getter de propriété :
Retourne la #setNotificationDelegate(String) delegate
valeur qui peut publier des notifications en votre nom, s’il en existe actuellement une.
Documentation Java pour android.app.NotificationManager.getNotificationDelegate()
.
Documentation du jeu de propriétés :
Permet à un package de publier des notifications en votre nom à l’aide #notifyAsPackage(String, String, int, Notification)
de .
Cela peut être utilisé pour permettre aux processus persistants de publier des notifications en fonction des messages reçus de votre part à partir du cloud, sans que votre processus ne soit obligé de se réveiller.
Vous pouvez vérifier si vous disposez d’un délégué autorisé avec #getNotificationDelegate()
et révoquez votre délégué en transmettant la valeur Null à cette méthode.
Documentation Java pour android.app.NotificationManager.setNotificationDelegate(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.