-
public final class Chat.Builder
-
-
Field Summary
Fields Modifier and Type Field Description private ChatNavigationHandlernavigationHandlerprivate ChatStylestyleprivate UrlSignerurlSignerprivate ChatMarkdownmarkdownprivate BooleanofflineEnabledprivate ChatNotificationHandlernotificationHandlerprivate ChatLogLevelchatLogLevelprivate ChatLoggerHandlerchatLoggerHandlerprivate FileUploaderfileUploader
-
Constructor Summary
Constructors Constructor Description Chat.Builder(String apiKey, Context context)
-
Method Summary
Modifier and Type Method Description final ChatNavigationHandlergetNavigationHandler()final UnitsetNavigationHandler(ChatNavigationHandler navigationHandler)final ChatStylegetStyle()final UnitsetStyle(ChatStyle style)final UrlSignergetUrlSigner()final UnitsetUrlSigner(UrlSigner urlSigner)final ChatMarkdowngetMarkdown()final UnitsetMarkdown(ChatMarkdown markdown)final BooleangetOfflineEnabled()final UnitsetOfflineEnabled(Boolean offlineEnabled)final ChatNotificationHandlergetNotificationHandler()final UnitsetNotificationHandler(ChatNotificationHandler notificationHandler)final ChatLogLevelgetChatLogLevel()final UnitsetChatLogLevel(ChatLogLevel chatLogLevel)final ChatLoggerHandlergetChatLoggerHandler()final UnitsetChatLoggerHandler(ChatLoggerHandler chatLoggerHandler)final FileUploadergetFileUploader()final UnitsetFileUploader(FileUploader fileUploader)final Chatbuild()-
-
Method Detail
-
getNavigationHandler
final ChatNavigationHandler getNavigationHandler()
-
setNavigationHandler
final Unit setNavigationHandler(ChatNavigationHandler navigationHandler)
-
getUrlSigner
final UrlSigner getUrlSigner()
-
setUrlSigner
final Unit setUrlSigner(UrlSigner urlSigner)
-
getMarkdown
final ChatMarkdown getMarkdown()
-
setMarkdown
final Unit setMarkdown(ChatMarkdown markdown)
-
getOfflineEnabled
final Boolean getOfflineEnabled()
-
setOfflineEnabled
final Unit setOfflineEnabled(Boolean offlineEnabled)
-
getNotificationHandler
final ChatNotificationHandler getNotificationHandler()
-
setNotificationHandler
final Unit setNotificationHandler(ChatNotificationHandler notificationHandler)
-
getChatLogLevel
final ChatLogLevel getChatLogLevel()
-
setChatLogLevel
final Unit setChatLogLevel(ChatLogLevel chatLogLevel)
-
getChatLoggerHandler
final ChatLoggerHandler getChatLoggerHandler()
-
setChatLoggerHandler
final Unit setChatLoggerHandler(ChatLoggerHandler chatLoggerHandler)
-
getFileUploader
final FileUploader getFileUploader()
-
setFileUploader
final Unit setFileUploader(FileUploader fileUploader)
-
-
-
-