XmlRpcArgType

public enum XmlRpcArgType : Int

Enum describing the types of argument for LinphoneXmlRpcRequest.

  • Declaration

    Swift

    case None = 0
  • Int

    Declaration

    Swift

    case Int = 1
  • Declaration

    Swift

    case String = 2
  • Declaration

    Swift

    case StringStruct = 3