Settings.ExtraChannelFilterList Field

Definition

Activity Extra: An Arraylist<String> of NotificationChannel field names to show on the Settings UI.

[Android.Runtime.Register("EXTRA_CHANNEL_FILTER_LIST", ApiSince=31)]
public const string ExtraChannelFilterList;
[<Android.Runtime.Register("EXTRA_CHANNEL_FILTER_LIST", ApiSince=31)>]
val mutable ExtraChannelFilterList : string

Field Value

Attributes

Remarks

Activity Extra: An Arraylist<String> of NotificationChannel field names to show on the Settings UI.

This is an optional extra field to the #ACTION_CHANNEL_NOTIFICATION_SETTINGS. If included the system will filter out any Settings that doesn't appear in this list that otherwise would display.

Java documentation for android.provider.Settings.EXTRA_CHANNEL_FILTER_LIST.

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