Contents

remoteObjectProxyWithErrorHandler(_:)

Returns a proxy for the remote object (that is, the object exported from the other side of this connection) with the specified error handler.

Declaration

func remoteObjectProxyWithErrorHandler(_ handler: @escaping (any Error) -> Void) -> Any

Discussion

See descriptions in NSXPCProxyCreating for more details.

See Also

Working with proxy objects