XmlRpcRequestDelegate
public protocol XmlRpcRequestDelegate : AnyObject
-
onResponse(request:Default implementation) Callback used to notify the response to an XML-RPC request.
Default Implementation
Declaration
Swift
func onResponse(request: XmlRpcRequest)Parameters
requestLinphoneXmlRpcRequest object
XmlRpcRequestDelegate Protocol Reference