Using client-sdk-voice-app-to-phone-flutter with nexmo.com

Kotlin integration

✓ Official SDK
Install
# Maven: see https://github.com/nexmo-community/client-sdk-voice-app-to-phone-flutter
Tell Nexmo if your SMS message was successful
curl \
  # append ?api_key=$API_KEY to the URL \
  https://api.nexmo.com/conversions/sms
Tell Nexmo if your voice call was successful
curl \
  # append ?api_key=$API_KEY to the URL \
  https://api.nexmo.com/conversions/voice
SDK on GitHub 📄 API Docs
SDK
client-sdk-voice-app-to-phone-flutter
Kotlin
API
nexmo.com
nexmo.com:conversion
At a glance
Language Kotlin
Endpoints2
Base URLhttps://api.nexmo.com/conversions
✓ Official