exportedObject
An exported object for the connection.
Declaration
var exportedObject: Any? { get set }Discussion
Messages sent to the remoteObjectProxy() object from the other side of the connection are dispatched to this object. Messages delivered to exported objects are serialized and sent on a non-main queue. The receiver is responsible for handling the messages on a different queue or thread if it is required.