NotificationListenerService.OnInterruptionFilterChanged Method

Definition

Implement this method to be notified when the #getCurrentInterruptionFilter() interruption filter changed.

[Android.Runtime.Register("onInterruptionFilterChanged", "(I)V", "GetOnInterruptionFilterChanged_IHandler")]
public virtual void OnInterruptionFilterChanged (Android.Service.Notification.InterruptionFilterType interruptionFilter);
[<Android.Runtime.Register("onInterruptionFilterChanged", "(I)V", "GetOnInterruptionFilterChanged_IHandler")>]
abstract member OnInterruptionFilterChanged : Android.Service.Notification.InterruptionFilterType -> unit
override this.OnInterruptionFilterChanged : Android.Service.Notification.InterruptionFilterType -> unit

Parameters

interruptionFilter
InterruptionFilterType

The current #getCurrentInterruptionFilter() interruption filter.

Attributes

Remarks

Implement this method to be notified when the #getCurrentInterruptionFilter() interruption filter changed.

Java documentation for android.service.notification.NotificationListenerService.onInterruptionFilterChanged(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