IResponder
Protocol to be adopted by an Asynchronous Command.
-
This method is called by
IAsyncProxywhen the return value has been received.Declaration
Swift
func result(data: Any?, token: Any?) -
This method is called by
IAsyncProxywhen an error has been received.Declaration
Swift
func fault(info: Any?, token: Any?)
View on GitHub
IResponder Protocol Reference