---
title: "remoteLiveViewProxy(_:received:)"
framework: playgroundsupport
role: symbol
role_heading: Instance Method
path: playgroundsupport/playgroundremoteliveviewproxydelegate/3029572-remoteliveviewproxy
---

# remoteLiveViewProxy(_:received:)

Tells the delegate that a message was received from the always-on live view.

## Declaration

```swift
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.
