NotificationChannelGroup.Channels Property

Definition

Returns the list of channels that belong to this group

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

Property Value

Attributes

Remarks

Returns the list of channels that belong to this group

Java documentation for android.app.NotificationChannelGroup.getChannels().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to