NotificationChannel.EditConversation 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_CONVERSATION", ApiSince=31)]
public const string EditConversation;
[<Android.Runtime.Register("EDIT_CONVERSATION", ApiSince=31)>]
val mutable EditConversation : string
Field Value
Implements
- Attributes
Remarks
Extra value for Settings#EXTRA_CHANNEL_FILTER_LIST
. Include to show fields that have to do with editing conversation settings (demoting or restoring a channel to be a Conversation, changing bubble behavior, or setting the priority of a conversation).
Java documentation for android.app.NotificationChannel.EDIT_CONVERSATION
.
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.