NotificationManager.AutomaticZenRules 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回呼叫端所擁有的 AutomaticZenRules。
public virtual System.Collections.Generic.IDictionary<string,Android.App.AutomaticZenRule>? AutomaticZenRules { [Android.Runtime.Register("getAutomaticZenRules", "()Ljava/util/Map;", "GetGetAutomaticZenRulesHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getAutomaticZenRules", "()Ljava/util/Map;", "GetGetAutomaticZenRulesHandler", ApiSince=24)>]
member this.AutomaticZenRules : System.Collections.Generic.IDictionary<string, Android.App.AutomaticZenRule>
屬性值
- 屬性
備註
傳回呼叫端所擁有的 AutomaticZenRules。
如果未授與此套件的原則存取權,則會擲回 SecurityException。 請參閱 #isNotificationPolicyAccessGranted
。
的 android.app.NotificationManager.getAutomaticZenRules()
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。