Skip to content

Instantly share code, notes, and snippets.

@JcMinarro
Created May 13, 2020 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JcMinarro/d4cad0cda8b8a3c70ca01968752613de to your computer and use it in GitHub Desktop.
Save JcMinarro/d4cad0cda8b8a3c70ca01968752613de to your computer and use it in GitHub Desktop.
val apikey: String = "api_key"
val client: ChatClient = ChatClient.Builder(apikey, this.applicationContext)
.logLevel(ChatLogLevel.ALL)
.build()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment