Trillbit for Android SDK Guide
CtrlK
  • Introduction
    • What do we offer?
  • technological overview
    • Use cases
    • In this release
    • Platform requirements
  • Using Trillbit
    • Features
      • Payloads
      • Protocols
      • Configuration
      • Distances supported
  • Integrating TrillBit SDK
    • Setup Guide
      • SDK Requirements
      • Licensing Credentials
      • Getting Started
      • Integrating the SDK
        • Declare your app's audio permissions
        • Import SDK
        • Declare Trill SDK Callback
        • License and Initialise your Trill SDK
    • Methods and Callbacks
      • Sender Methods
      • Receiver methods
      • Callbacks
  • Reference
    • Reducing application size
    • Troubleshooting
      • Error Codes
    • FAQs
Powered by GitBook
On this page
  1. Integrating TrillBit SDK
  2. Methods and Callbacks

Receiver methods

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

trillSDK.start_receiving();

Use the start_receiving method to have the TrillSDK stop receiving the data.

trillSDK.stop_receiving();
PreviousSender MethodsNextCallbacks

Last updated 2 years ago