Skip to content

Commit ac7016f

Browse files
committed
Initial release of AgentforceMobileSDK-Android
1 parent 57822de commit ac7016f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ class MyAppCredentialProvider(
230230
```
231231

232232
### Option A: Full UI (with `AgentforceClient`)
233-
This approach is the fastest way to get a complete, out-of-the-box chat interface running in your app. The `AgentforceClient` manages the session and provides a `CopilotLauncher` Composable that presents the chat UI.
233+
This approach is the fastest way to get a complete, out-of-the-box chat interface running in your app. The `AgentforceClient` manages the session and provides a `AgentforceLauncherContainer` Composable that presents the chat UI.
234234

235235
#### 1. Create an `AgentforceConfiguration` Instance
236236
The `AgentforceConfiguration` object holds the essential settings for connecting to your agent. You'll need to use the builder pattern to create the configuration.

0 commit comments

Comments
 (0)