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