NotificationListenerService.OnListenerHintsChanged Method

Definition

Implement this method to be notified when the #getCurrentListenerHints() Listener hints change.

[Android.Runtime.Register("onListenerHintsChanged", "(I)V", "GetOnListenerHintsChanged_IHandler")]
public virtual void OnListenerHintsChanged (Android.Service.Notification.NotificationListenerServiceHint hints);
[<Android.Runtime.Register("onListenerHintsChanged", "(I)V", "GetOnListenerHintsChanged_IHandler")>]
abstract member OnListenerHintsChanged : Android.Service.Notification.NotificationListenerServiceHint -> unit
override this.OnListenerHintsChanged : Android.Service.Notification.NotificationListenerServiceHint -> unit

Parameters

hints
NotificationListenerServiceHint

The current #getCurrentListenerHints() listener hints.

Attributes

Remarks

Implement this method to be notified when the #getCurrentListenerHints() Listener hints change.

Java documentation for android.service.notification.NotificationListenerService.onListenerHintsChanged(int).

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