NotificationManager.NotificationChannelGroups Propriedade

Definição

Retorna todos os grupos de canais de notificação pertencentes ao aplicativo de chamada.

public virtual System.Collections.Generic.IList<Android.App.NotificationChannelGroup>? NotificationChannelGroups { [Android.Runtime.Register("getNotificationChannelGroups", "()Ljava/util/List;", "GetGetNotificationChannelGroupsHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getNotificationChannelGroups", "()Ljava/util/List;", "GetGetNotificationChannelGroupsHandler", ApiSince=26)>]
member this.NotificationChannelGroups : System.Collections.Generic.IList<Android.App.NotificationChannelGroup>

Valor da propriedade

Atributos

Comentários

Retorna todos os grupos de canais de notificação pertencentes ao aplicativo de chamada.

Documentação Java para android.app.NotificationManager.getNotificationChannelGroups().

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