IResponder

Protocol to be adopted by an Asynchronous Command.

  • This method is called by IAsyncProxy when the return value has been received.

    Declaration

    Swift

    func result(data: Any?, token: Any?)
  • This method is called by IAsyncProxy when an error has been received.

    Declaration

    Swift

    func fault(info: Any?, token: Any?)