| java.lang.Object | |
| ↳ | com.salesforce.android.chat.ui.ChatUI |
Entry-point for Chat UI. Enables you to configure and create a ChatUIClient instance and
launch new Chat sessions.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static ChatUI |
configure(ChatUIConfiguration chatUIConfiguration)
Configure ChatUI with a
ChatUIConfiguration instance. | ||||||||||
| Async<ChatUIClient> |
createClient(Context context)
Create a
ChatUIClient asynchronously. | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Configure ChatUI with a ChatUIConfiguration instance.
| chatUIConfiguration | A ChatUIConfiguration instance |
|---|
Create a ChatUIClient asynchronously. Please note that running multiple simultaneous
Chat sessions is not supported. Please ensure that any prior ChatUIClient instances
are discarded before creating a new one.
| context | A Context instance. |
|---|
ChatUIClient