NotificationListenerService.RequestListenerHints 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定所需的 #getCurrentListenerHints() listener hints
。
[Android.Runtime.Register("requestListenerHints", "(I)V", "")]
public void RequestListenerHints (Android.Service.Notification.NotificationListenerServiceHint hints);
[<Android.Runtime.Register("requestListenerHints", "(I)V", "")>]
member this.RequestListenerHints : Android.Service.Notification.NotificationListenerServiceHint -> unit
參數
一或多個HINT_常數。
- 屬性
備註
設定所需的 #getCurrentListenerHints() listener hints
。
這隻是要求,主機可能會或可能不會選擇根據其他接聽程式要求或其他全域狀態採取動作。
使用 #onListenerHintsChanged(int)
接聽更新。
服務應該先等候事件, #onListenerConnected()
再執行這項作業。
的 android.service.notification.NotificationListenerService.requestListenerHints(int)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。