ActionType

public enum ActionType : String, Codable

Supported proactive action types.

  • Proactive action Welcome message.

    Declaration

    Swift

    case welcomeMessage = "WelcomeMessage"
  • Proactive action Custom popup box.

    Declaration

    Swift

    case customPopupBox = "CustomPopupBox"