SAPCAI 2.0.2 Docs

GitHub View on GitHub

SAPCAI Reference CardMessageData Protocol Reference

CardMessageData

public protocol CardMessageData

Protocol describing a card

  • id

    ID

    Declaration

    Swift

    var id: String { get }
  • featuredImage

    Picture

    Declaration

    Swift

    var featuredImage: MediaItem? { get }
  • cardHeader

    Header

    Declaration

    Swift

    var cardHeader: HeaderMessageData? { get }
  • cardButtons

    List of actions

    Declaration

    Swift

    var cardButtons: [PostbackData]? { get }
  • cardSections

    List of attributes

    Declaration

    Swift

    var cardSections: [UIModelDataSection]? { get }
  • Classes
    • CAIChannelService
    • CAIConversation
    • MessagingViewController
    • MessagingViewModel
    • MockPublisher
    • PollMessageDelivery
    • ThemeManager
    • TypingIndicatorData
    • – Dot
  • Enumerations
    • BannerViewType
    • CAIMessageType
    • CAITheme
    • MenuActionType
    • MessageType
    • PostbackDataType
    • PostbackType
    • SAPFontName
    • VisualizationType
  • Extensions
    • String
    • UIFont
    • UIImage
    • UITextView
  • Protocols
    • AnyViewable
    • ButtonsMessageData
    • CardMessageData
    • CarouselItemMessageData
    • CarouselMessageData
    • ColorPalette
    • FormMessageData
    • HeaderMessageData
    • ListMessageData
    • MediaItem
    • MenuAction
    • MenuData
    • MessageData
    • MessageDelivering
    • MessagingPublisher
    • ObjectMessageData
    • ObjectSectionData
    • PostbackData
    • PreferencesMenuData
    • ResponseMessageData
    • SenderInfo
    • ValueData
  • Structures
    • AssistantView
    • BannerView
    • BaseQuickReplyButtonStyle
    • CAIChannel
    • CAIChannelMenuData
    • CAIChannelMenuDataAction
    • CAIChannelPreferencesData
    • CAIChannelPreferencesMenuData
    • CAIConversationResultData
    • CAIError
    • CAIResponseMessageData
    • CAIResponseParticipantData
    • CAIServiceConfig
    • CasualColorPalette
    • CasualQuickReplyButtonStyle
    • ChatView
    • FioriColorPalette
    • FioriQuickReplyButtonStyle
    • InputBarView
    • MemoryOptions
    • QuickReplyButtonStyleContainer
    • SearchBar
    • Theme
    • – Key
    • – Color
    • TypingIndicatorView
    • UIModelData
    • – ValueType
    • – ValueState
    • UIModelDataAction
    • UIModelDataContent
    • UIModelDataHeader
    • UIModelDataImage
    • UIModelDataMedia
    • – MediaType
    • UIModelDataSection
    • UIModelDataValue
    • URLNavigation
  • Type Aliases
    • MessagingView

© 2022 SAP SE. All rights reserved. (Last updated: 2022-03-11)

Generated by jazzy ♪♫ v0.14.1, a Realm project.