Integrating the Linux SDK
The Switchboard SDK for Linux package contains .so files and C++ headers that can be easily added to your Linux project.
Initializing the SDK
Before you make any calls to the Switchboard SDK you need to initialize it. You can do this anywhere in your project.
To initialize our SDK in your project, please sign up here to receive your appID
and appSecret
values.
It is essential to initialize the Switchboar SDK before any other Extension.
- C++
SwitchboardSDK.initialize("Your app ID", "Your app secret")