Compartilhar via


NotificationListenerService.RequestListenerHints Método

Definição

Define o #getCurrentListenerHints() listener hintsarquivo .

[Android.Runtime.Register("requestListenerHints", "(I)V", "")]
public void RequestListenerHints (Android.Service.Notification.NotificationListenerServiceHint hints);
[<Android.Runtime.Register("requestListenerHints", "(I)V", "")>]
member this.RequestListenerHints : Android.Service.Notification.NotificationListenerServiceHint -> unit

Parâmetros

hints
NotificationListenerServiceHint

Uma ou mais das constantes HINT_.

Atributos

Comentários

Define o #getCurrentListenerHints() listener hintsarquivo .

Esta é apenas uma solicitação, o host pode ou não optar por executar uma ação dependendo de outras solicitações de ouvinte ou outro estado global.

Ouça as atualizações usando #onListenerHintsChanged(int)o .

O serviço deve aguardar o #onListenerConnected() evento antes de executar essa operação.

Documentação Java para android.service.notification.NotificationListenerService.requestListenerHints(int).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a