---
title: "send(_:)"
framework: playgroundsupport
role: symbol
role_heading: Instance Method
path: playgroundsupport/playgroundremoteliveviewproxy/3029570-send
---

# send(_:)

Sends a message to the always-on live view.

## Declaration

```swift
func send(_ message: PlaygroundValue)
```

## Parameters

- `message`: A message to send to a remote object.

## Discussion

Discussion Calling this method requires an open connection to a remote object.
