> For the complete documentation index, see [llms.txt](https://trillbit.gitbook.io/trillbit-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trillbit.gitbook.io/trillbit-sdk/android-support/trill-sdk-for-android/methods-and-callbacks/receiver-methods.md).

# 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();
```
