NotificationListenerService.RankingMap.GetRanking Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
[Android.Runtime.Register("getRanking", "(Ljava/lang/String;Landroid/service/notification/NotificationListenerService$Ranking;)Z", "GetGetRanking_Ljava_lang_String_Landroid_service_notification_NotificationListenerService_Ranking_Handler")]
public virtual bool GetRanking (string? key, Android.Service.Notification.NotificationListenerService.Ranking? outRanking);
[<Android.Runtime.Register("getRanking", "(Ljava/lang/String;Landroid/service/notification/NotificationListenerService$Ranking;)Z", "GetGetRanking_Ljava_lang_String_Landroid_service_notification_NotificationListenerService_Ranking_Handler")>]
abstract member GetRanking : string * Android.Service.Notification.NotificationListenerService.Ranking -> bool
override this.GetRanking : string * Android.Service.Notification.NotificationListenerService.Ranking -> bool
Parâmetros
- key
- String
- outRanking
- NotificationListenerService.Ranking
Retornos
- Atributos
Comentários
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.