Enumerations

The following enumerations are available globally.

  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSConnectParticipantErrorType) {
        AWSConnectParticipantErrorUnknown,
        AWSConnectParticipantErrorAccessDenied,
        AWSConnectParticipantErrorConflict,
        AWSConnectParticipantErrorInternalServer,
        AWSConnectParticipantErrorResourceNotFound,
        AWSConnectParticipantErrorServiceQuotaExceeded,
        AWSConnectParticipantErrorThrottling,
        AWSConnectParticipantErrorValidation,
    }

    Swift

    enum AWSConnectParticipantErrorType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSConnectParticipantArtifactStatus) {
        AWSConnectParticipantArtifactStatusUnknown,
        AWSConnectParticipantArtifactStatusApproved,
        AWSConnectParticipantArtifactStatusRejected,
        AWSConnectParticipantArtifactStatusInProgress,
    }

    Swift

    enum AWSConnectParticipantArtifactStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    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

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSConnectParticipantConnectionType) {
        AWSConnectParticipantConnectionTypeUnknown,
        AWSConnectParticipantConnectionTypeWebsocket,
        AWSConnectParticipantConnectionTypeConnectionCredentials,
    }

    Swift

    enum AWSConnectParticipantConnectionType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSConnectParticipantParticipantRole) {
        AWSConnectParticipantParticipantRoleUnknown,
        AWSConnectParticipantParticipantRoleAgent,
        AWSConnectParticipantParticipantRoleCustomer,
        AWSConnectParticipantParticipantRoleSystem,
        AWSConnectParticipantParticipantRoleCustomBot,
        AWSConnectParticipantParticipantRoleSupervisor,
    }

    Swift

    enum AWSConnectParticipantParticipantRole : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSConnectParticipantResourceType) {
        AWSConnectParticipantResourceTypeUnknown,
        AWSConnectParticipantResourceTypeContact,
        AWSConnectParticipantResourceTypeContactFlow,
        AWSConnectParticipantResourceTypeInstance,
        AWSConnectParticipantResourceTypeParticipant,
        AWSConnectParticipantResourceTypeHierarchyLevel,
        AWSConnectParticipantResourceTypeHierarchyGroup,
        AWSConnectParticipantResourceTypeUser,
        AWSConnectParticipantResourceTypePhoneNumber,
    }

    Swift

    enum AWSConnectParticipantResourceType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSConnectParticipantScanDirection) {
        AWSConnectParticipantScanDirectionUnknown,
        AWSConnectParticipantScanDirectionForward,
        AWSConnectParticipantScanDirectionBackward,
    }

    Swift

    enum AWSConnectParticipantScanDirection : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSConnectParticipantSortKey) {
        AWSConnectParticipantSortKeyUnknown,
        AWSConnectParticipantSortKeyDescending,
        AWSConnectParticipantSortKeyAscending,
    }

    Swift

    enum AWSConnectParticipantSortKey : Int, @unchecked Sendable