ChatMenuAction

@objc(ZDKChatMenuAction)
public enum ChatMenuAction : Int

Possible items that appear in the right UIBarButtonItem in the Chat screen’s UINavigationController

  • Allows the user to end the chat

    Declaration

    Swift

    case endChat
  • Allows the user to send a transcript of the finished chat to the specified email

    Declaration

    Swift

    case emailTranscript