NotificationManager.NotificationDelegate 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
#setNotificationDelegate(String) delegate
如果目前有通知,則傳回可以代表您張貼通知的 。 -或- 允許套件使用 #notifyAsPackage(String, String, int, Notification)
來代表您張貼通知。
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
屬性值
- 屬性
備註
屬性 getter 檔:
#setNotificationDelegate(String) delegate
如果目前有通知,則傳回可以代表您張貼通知的 。
的 android.app.NotificationManager.getNotificationDelegate()
Java 檔。
屬性 setter 檔:
允許套件使用 #notifyAsPackage(String, String, int, Notification)
來代表您張貼通知。
這可用來允許持續性進程根據您從雲端接收的訊息來張貼通知,而不需要喚醒您的程式。
您可以藉由將 Null 傳遞至此方法,檢查您是否有允許的委派 #getNotificationDelegate()
,並撤銷您的委派。
的 android.app.NotificationManager.setNotificationDelegate(java.lang.String)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。