MenuActionType

public enum MenuActionType : String, Equatable

Enums for supported menu action type

  • Undocumented

    Declaration

    Swift

    case link = "Link"
  • Undocumented

    Declaration

    Swift

    case postBack = "postback"
  • Undocumented

    Declaration

    Swift

    case nested