AWSConnectParticipantChatItemType

Objective-C

NS_ENUM(NSInteger, AWSConnectParticipantChatItemType) {
    AWSConnectParticipantChatItemTypeUnknown,
    AWSConnectParticipantChatItemTypeTyping,
    AWSConnectParticipantChatItemTypeParticipantJoined,
    AWSConnectParticipantChatItemTypeParticipantLeft,
    AWSConnectParticipantChatItemTypeChatEnded,
    AWSConnectParticipantChatItemTypeTransferSucceeded,
    AWSConnectParticipantChatItemTypeTransferFailed,
    AWSConnectParticipantChatItemTypeMessage,
    AWSConnectParticipantChatItemTypeEvent,
    AWSConnectParticipantChatItemTypeAttachment,
    AWSConnectParticipantChatItemTypeConnectionAck,
    AWSConnectParticipantChatItemTypeMessageDelivered,
    AWSConnectParticipantChatItemTypeMessageRead,
}

Swift

enum AWSConnectParticipantChatItemType : Int, @unchecked Sendable

Undocumented