# Receiver methods

Use the start\_receiving method to have the TrillSDK start receiving data from the sender.

```
trillSDK.start_receiving();
```

Use the stop\_receiving method to have the TrillSDK stop receiving the data.&#x20;

```
trillSDK.stop_receiving();
```
