다음을 통해 공유


ChatMessageKind 열거형

정의

채팅 메시지의 유형을 지정합니다.

public enum class ChatMessageKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ChatMessageKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ChatMessageKind
var value = Windows.ApplicationModel.Chat.ChatMessageKind.standard
Public Enum ChatMessageKind
상속
ChatMessageKind
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
앱 기능
chat chatSystem smsSend

필드

FileTransferRequest 1

파일 전송 요청

JoinedConversation 3

사용자가 참가한 대화

LeftConversation 4

사용자가 남긴 대화

OtherParticipantJoinedConversation 5

다른 사용자가 참가한 대화

OtherParticipantLeftConversation 6

다른 사용자가 남긴 대화

Standard 0

표준 채팅 메시지

TransportCustom 2

앱에서 디바이스에 쓴 비 SMS/MMS 메시지

적용 대상