---
title: PlaygroundRemoteLiveViewProxyDelegate
framework: playgroundsupport
role: symbol
role_heading: Protocol
path: playgroundsupport/playgroundremoteliveviewproxydelegate
---

# PlaygroundRemoteLiveViewProxyDelegate

A delegate you use to receive messages from the always-on live view.

## Declaration

```swift
protocol PlaygroundRemoteLiveViewProxyDelegate : AnyObject
```

## Topics

### Receiving Messages

- [remoteLiveViewProxy(_:received:)](playgroundsupport/playgroundremoteliveviewproxydelegate/3029572-remoteliveviewproxy.md)

### Handling Connection Changes

- [remoteLiveViewProxyConnectionClosed(_:)](playgroundsupport/playgroundremoteliveviewproxydelegate/3029573-remoteliveviewproxyconnectionclo.md)

## See Also

### Page-View Communication

- [Messaging Between a Playground Page and the Always-On Live View](playgroundsupport/messaging_between_a_playground_page_and_the_always-on_live_view.md)
- [PlaygroundRemoteLiveViewProxy](playgroundsupport/playgroundremoteliveviewproxy.md)
- [PlaygroundLiveViewMessageHandler](playgroundsupport/playgroundliveviewmessagehandler.md)
