send(_:)
Sends a message to the always-on live view.
Declaration
func send(_ message: PlaygroundValue)Parameters
- message:
A message to send to a remote object.
Discussion
Calling this method requires an open connection to a remote object.
Sends a message to the always-on live view.
func send(_ message: PlaygroundValue)A message to send to a remote object.
Calling this method requires an open connection to a remote object.