Freigeben über


NotificationManager.NotificationPolicy Eigenschaft

Definition

Ruft die aktuelle vom Benutzer angegebene Standardbenachrichtigungsrichtlinie ab. - oder- Legt die aktuelle Benachrichtigungsrichtlinie fest.

public virtual Android.App.NotificationManager.Policy? NotificationPolicy { [Android.Runtime.Register("getNotificationPolicy", "()Landroid/app/NotificationManager$Policy;", "GetGetNotificationPolicyHandler", ApiSince=23)] get; [Android.Runtime.Register("setNotificationPolicy", "(Landroid/app/NotificationManager$Policy;)V", "GetSetNotificationPolicy_Landroid_app_NotificationManager_Policy_Handler", ApiSince=23)] set; }
[<get: Android.Runtime.Register("getNotificationPolicy", "()Landroid/app/NotificationManager$Policy;", "GetGetNotificationPolicyHandler", ApiSince=23)>]
[<set: Android.Runtime.Register("setNotificationPolicy", "(Landroid/app/NotificationManager$Policy;)V", "GetSetNotificationPolicy_Landroid_app_NotificationManager_Policy_Handler", ApiSince=23)>]
member this.NotificationPolicy : Android.App.NotificationManager.Policy with get, set

Eigenschaftswert

Attribute

Hinweise

Dokumentation zum Property Getter:

Java-Dokumentation für android.app.NotificationManager.getNotificationPolicy().

Dokumentation zum Eigenschaftensatzer:

Java-Dokumentation für android.app.NotificationManager.setNotificationPolicy(android.app.Policy).

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: