remoteLiveViewProxy(_:received:)
Tells the delegate that a message was received from the always-on live view.
Declaration
func remoteLiveViewProxy(_ remoteLiveViewProxy: PlaygroundRemoteLiveViewProxy, received message: PlaygroundValue)Parameters
- remoteLiveViewProxy:
The local proxy for the remote always-on live view.
- message:
A message sent to the playground page from the always-on live view.