Condividi tramite


NotificationListenerService.OnInterruptionFilterChanged Metodo

Definizione

Implementare questo metodo per ricevere una notifica al momento della #getCurrentInterruptionFilter() interruption filter modifica.

[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

Parametri

interruptionFilter
InterruptionFilterType

Oggetto #getCurrentInterruptionFilter() interruption filter corrente.

Attributi

Commenti

Implementare questo metodo per ricevere una notifica al momento della #getCurrentInterruptionFilter() interruption filter modifica.

Documentazione Java per android.service.notification.NotificationListenerService.onInterruptionFilterChanged(int).

Le parti di questa pagina sono modifiche in base al lavoro creato e condiviso dal Android Open Source e usato in base ai termini descritti nella .

Si applica a