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

# send(_:)

Allows the handler to send a message to a remote object.

## 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.
