NotificationChannel.EditImportance Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extra value for Settings#EXTRA_CHANNEL_FILTER_LIST
.
[Android.Runtime.Register("EDIT_IMPORTANCE", ApiSince=31)]
public const string EditImportance;
[<Android.Runtime.Register("EDIT_IMPORTANCE", ApiSince=31)>]
val mutable EditImportance : string
Field Value
Implements
- Attributes
Remarks
Extra value for Settings#EXTRA_CHANNEL_FILTER_LIST
. Include to show fields that have to do with editing importance (#setImportance(int)
) and/or conversation priority.
Java documentation for android.app.NotificationChannel.EDIT_IMPORTANCE
.
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.