toggle menu
Conversations Android SDK
custom
switch theme
search in API
Conversations Android SDK
/
com.twilio.conversations
/
ConversationsClient
/
ConversationBuilder
Conversation
Builder
interface
ConversationBuilder
Helper to create new conversation with provided data.
Members
Functions
build
Link copied to clipboard
abstract
fun
build
(
listener
:
CallbackListener
<
Conversation
>
)
Method to create conversation with options.
with
Attributes
Link copied to clipboard
abstract
fun
withAttributes
(
attributes
:
Attributes
)
:
ConversationsClient.ConversationBuilder
Set user-specified custom conversation attributes.
with
Friendly
Name
Link copied to clipboard
abstract
fun
withFriendlyName
(
friendlyName
:
String
)
:
ConversationsClient.ConversationBuilder
Set conversation friendly name.
with
Unique
Name
Link copied to clipboard
abstract
fun
withUniqueName
(
uniqueName
:
String
)
:
ConversationsClient.ConversationBuilder
Set conversation unique name.