NotificationManager.GetAutomaticZenRule(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果存在且呼叫端具有存取權,則傳回具有指定標識符的 AutomaticZenRule。
[Android.Runtime.Register("getAutomaticZenRule", "(Ljava/lang/String;)Landroid/app/AutomaticZenRule;", "GetGetAutomaticZenRule_Ljava_lang_String_Handler", ApiSince=24)]
public virtual Android.App.AutomaticZenRule? GetAutomaticZenRule (string? id);
[<Android.Runtime.Register("getAutomaticZenRule", "(Ljava/lang/String;)Landroid/app/AutomaticZenRule;", "GetGetAutomaticZenRule_Ljava_lang_String_Handler", ApiSince=24)>]
abstract member GetAutomaticZenRule : string -> Android.App.AutomaticZenRule
override this.GetAutomaticZenRule : string -> Android.App.AutomaticZenRule
參數
- id
- String
傳回
- 屬性
備註
如果存在且呼叫端具有存取權,則傳回具有指定標識符的 AutomaticZenRule。
如果未授與此套件的原則存取權,則會擲回 SecurityException。 請參閱 #isNotificationPolicyAccessGranted
。
如果沒有符合指定標識碼的 zen 規則,或呼叫套件未擁有比對規則,則傳回 null。 請參閱 AutomaticZenRule#getOwner
。
的 android.app.NotificationManager.getAutomaticZenRule(java.lang.String)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。