If you need to embed the Talkative widget into your IOS or Android mobile app please follow the below instructions.
Please note that we can provide only limited support for configs that have been embedded into mobile apps.
IOS SDK
Our IOS code and instructions on how to use it can be found here.
Please inform Talkative support if you have any issues accessing this URL.
Android SDK
- You'll need to modify the StatusCheckAndButton code as needed by your application. This is a sample class that has a button that appears if the online check succeeds. Take the code that applies to your application and modify the activity accordingly.
- The TalkativeCallbacks code runs on various points during the application.
- fun interactionFinished(mContext: Context); - when the interaction is over
- fun ready(mContext: Context); - when the interaction is ready to start
- fun qosFail(mContext: Context); - if QoS fails, for example if device doesn't meet the internet speed requirements
- fun qosFail(mContext: Context); - if QoS fails, for example if device doesn't meet the internet speed requirements
- fun interactionStarted(mContext: Context); - when an interaction starts.
- You should not need to change any of the other code
- To get a baseline version of the app working, you'll need to specify your own company and queue uuids in the StatusCheckAndButton activity (or your equivalent). You'll also need to specify your region (defaults to EU in the sample activity)
Please contact Talkative support to receive the code.
Please note, Volley is a pre-requisite to the app.