SemanticAction Enum
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.
public enum SemanticAction
type SemanticAction =
- Inheritance
-
SemanticAction
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | No semantic action defined. |
| Reply | 1 | SemanticAction: Reply to a conversation, chat, group, or wherever replies may be appropriate. |
| MarkAsRead | 2 | SemanticAction: Mark content as read. |
| MarkAsUnread | 3 | SemanticAction: Mark content as unread. |
| Delete | 4 | SemanticAction: Delete the content associated with the notification. |
| Archive | 5 | SemanticAction: Archive the content associated with the notification. |
| Mute | 6 | SemanticAction: Mute the content associated with the notification. |
| Unmute | 7 | SemanticAction: Unmute the content associated with the notification. |
| ThumbsUp | 8 | SemanticAction: Mark content with a thumbs up. |
| ThumbsDown | 9 | SemanticAction: Mark content with a thumbs down. |
| Call | 10 | SemanticAction: Call a contact, group, etc. |
Remarks
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.