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 属性许可证中所述的术语使用。