init(identifier:remotePid:)
Initializes a remote element in the hosting process.
Declaration
init(identifier: String, remotePid: pid_t)Parameters
- identifier:
A unique ID that connects a remote element to its hosted version in the local process. Set this parameter to a unique value per pair of element references.
- remotePid:
The process ID for the hosted remote element’s process.