NotificationListenerService.ClearRequestedListenerHints Method

Definition

Clears listener hints set via #getCurrentListenerHints().

[Android.Runtime.Register("clearRequestedListenerHints", "()V", "", ApiSince=29)]
public void ClearRequestedListenerHints ();
[<Android.Runtime.Register("clearRequestedListenerHints", "()V", "", ApiSince=29)>]
member this.ClearRequestedListenerHints : unit -> unit
Attributes

Remarks

Clears listener hints set via #getCurrentListenerHints().

The service should wait for the #onListenerConnected() event before performing this operation.

Java documentation for android.service.notification.NotificationListenerService.clearRequestedListenerHints().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to