ChatMessageKind
ChatMessageKind
ChatMessageKind
ChatMessageKind
Enum
Definition
Specifies the type of chat message.
public : enum class ChatMessageKindpublic enum ChatMessageKindPublic Enum ChatMessageKind// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| FileTransferRequest FileTransferRequest FileTransferRequest FileTransferRequest | A file transfer request |
| JoinedConversation JoinedConversation JoinedConversation JoinedConversation | A conversation the user joined |
| LeftConversation LeftConversation LeftConversation LeftConversation | A conversation the user left |
| OtherParticipantJoinedConversation OtherParticipantJoinedConversation OtherParticipantJoinedConversation OtherParticipantJoinedConversation | A conversation that another user joined |
| OtherParticipantLeftConversation OtherParticipantLeftConversation OtherParticipantLeftConversation OtherParticipantLeftConversation | A conversation that another user left |
| Standard Standard Standard Standard | A standard chat message |
| TransportCustom TransportCustom TransportCustom TransportCustom | A non-SMS/MMS message written to the device by the app |