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. Setup Guide
  3. Integrating the SDK

Import SDK

To access dependency class, include the following import methods.

import com.trillbit.datasdk.SendingConfiguration;
import com.trillbit.datasdk.TrillCallbacks;
import com.trillbit.datasdk.TrillSDK;
import com.trillbit.datasdk.TrillSDKConf;
PreviousDeclare your app's audio permissionsNextDeclare Trill SDK Callback

Last updated 2 years ago