ChatStoreChangedEventKind 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.
Specifies the type of change that occurred for a ChatMessageStoreChanged event.
public enum class ChatStoreChangedEventKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ChatStoreChangedEventKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ChatStoreChangedEventKind
var value = Windows.ApplicationModel.Chat.ChatStoreChangedEventKind.notificationsMissed
Public Enum ChatStoreChangedEventKind
- Inheritance
-
ChatStoreChangedEventKind
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
App capabilities |
chat
chatSystem
smsSend
|
Fields
Name | Value | Description |
---|---|---|
NotificationsMissed | 0 | Notifications have been missed |
StoreModified | 1 | The chat store has been modified |
MessageCreated | 2 | A chat message has been created |
MessageModified | 3 | A chat message has been changed |
MessageDeleted | 4 | A chat message has been deleted |
ConversationModified | 5 | A chat conversation has been modified |
ConversationDeleted | 6 | A chat conversation has been deleted |
ConversationTransportDeleted | 7 | A chat conversation has been deleted of all messages from a transport. |