Changelog: Twilio Conversations Android SDK
- Always access the latest documentation, which is hosted on the Twilio CDN.
Latest release of the Twilio Conversations Android SDK
Conversations 1.3.1 (Mar 11, 2020)
- Fixed a bug when user update event with reason
ReachabilityOnline
is not received in some cases.
Starting from this release all artifacts are published on mavenCentral
instead of jcenter
. Root build.gradle
have to be updated by adding mavenCentral()
repository:
allprojects { repositories { mavenCentral() } }
Conversations 1.2.0 (Nov 24, 2020)
- Added support for connection via proxy. See
ConversationsClient.Properties.Builder.setUseProxy()
. - Fixed a bug when
onConversationDeleted
doesn’t come when a participant is removed by the other user. - Fixed a bug which could lead to an app getting stuck at client synchronisation.
Conversations 1.1.0 (Oct 14, 2020)
- Added detailed delivery receipts. See:
Message.getDetailedDeliveryReceiptList()
.
Conversations 1.0.1 (Sep 30, 2020)
- Fixed a crash when invoking
Message.getAggregatedDeliveryReceipt()
.
Conversations 1.0.0 (Sep 28, 2020)
- First public release for the new Conversations product.
ヘルプが必要ですか?
誰しもが一度は考える「コーディングって難しい」。そんな時は、お問い合わせフォームから質問してください。 または、Stack Overflow でTwilioタグのついた情報から欲しいものを探してみましょう。