We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb829d7 commit 16ca482Copy full SHA for 16ca482
samplekotlin/src/main/java/com/example/chattutorial/MainActivity.kt
@@ -26,9 +26,7 @@ class MainActivity : AppCompatActivity() {
26
setContentView(binding.root)
27
28
// Step 1 - Set up the client for API calls, the domain for offline storage and the UI components
29
- val client = ChatClient.Builder("b67pax5b2wdq", applicationContext)
30
- .logLevel(ChatLogLevel.ALL)
31
- .build()
+ val client = ChatClient.Builder("b67pax5b2wdq", applicationContext).build()
32
ChatDomain.Builder(client, applicationContext).build()
33
ChatUI.Builder(applicationContext).build()
34
0 commit comments