ChatStoreChangedEventKind Enum

Definition

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

ConversationDeleted 6

A chat conversation has been deleted

ConversationModified 5

A chat conversation has been modified

ConversationTransportDeleted 7

A chat conversation has been deleted of all messages from a transport.

MessageCreated 2

A chat message has been created

MessageDeleted 4

A chat message has been deleted

MessageModified 3

A chat message has been changed

NotificationsMissed 0

Notifications have been missed

StoreModified 1

The chat store has been modified

Applies to