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 a13dd2a commit 23fbe84Copy full SHA for 23fbe84
samplekotlin/src/main/java/com/example/chattutorial/MainActivity.kt
@@ -37,7 +37,7 @@ class MainActivity : AppCompatActivity() {
37
appContext = applicationContext,
38
)
39
40
- // Step 2 - Set up the client for API calls and the domain for offline storage
+ // Step 2 - Set up the client for API calls with the plugin for offline storage
41
val client = ChatClient.Builder("b67pax5b2wdq", applicationContext)
42
.withPlugin(offlinePluginFactory)
43
.logLevel(ChatLogLevel.ALL) // Set to NOTHING in prod
0 commit comments