NotificationManager.CreateNotificationChannels Metodo

Definizione

Crea più canali di notifica a cui è possibile inviare notifiche diverse.

[Android.Runtime.Register("createNotificationChannels", "(Ljava/util/List;)V", "GetCreateNotificationChannels_Ljava_util_List_Handler", ApiSince=26)]
public virtual void CreateNotificationChannels(System.Collections.Generic.IList<Android.App.NotificationChannel> channels);
[<Android.Runtime.Register("createNotificationChannels", "(Ljava/util/List;)V", "GetCreateNotificationChannels_Ljava_util_List_Handler", ApiSince=26)>]
abstract member CreateNotificationChannels : System.Collections.Generic.IList<Android.App.NotificationChannel> -> unit
override this.CreateNotificationChannels : System.Collections.Generic.IList<Android.App.NotificationChannel> -> unit

Parametri

channels
IList<NotificationChannel>

elenco di canali da creare.

Attributi

Commenti

Crea più canali di notifica a cui è possibile inviare notifiche diverse. Vedete #createNotificationChannel(NotificationChannel).

per android.app.NotificationManager.createNotificationChannels(java.util.List<android.app.NotificationChannel>).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a