c

chat-android-with-symbols

Twilio Programmable Chat makes it easy for you to add chat features into your web and native mobile applications without building or scaling a real-time chat backend. Chat has all the necessary APIs and features to integrate with your business logic to ensure you are in control. This version contains native symbols which could be used to symbolicate stack traces of native crashes using crashlytics or similar tools
https://www.twilio.com/docs/chat
TWILIO-TOS
Twilio
Files download
File Operation
chat-android-with-symbols-7.0.1.pom download
Apache Maven
<dependency>
  <groupId>com.twilio</groupId>
  <artifactId>chat-android-with-symbols</artifactId>
  <version>7.0.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.twilio:chat-android-with-symbols:7.0.1'
Gradle Kotlin
implementation("com.twilio:chat-android-with-symbols:7.0.1")
Scala SBT
libraryDependencies += "com.twilio" % "chat-android-with-symbols" % "7.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.twilio', module='chat-android-with-symbols', version='7.0.1')
)
Apache Ivy
<dependency org="com.twilio" name="chat-android-with-symbols" rev="7.0.1" />
Leiningen
[com.twilio/chat-android-with-symbols "7.0.1"]
Apache Buildr
'com.twilio:chat-android-with-symbols:jar:7.0.1'