NotificationListenerService.OnListenerHintsChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The current #getCurrentListenerHints() listener hints
.
- Attributes
Remarks
Implement this method to be notified when the #getCurrentListenerHints() Listener hints
change.
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.